From 94b56b547f1489ecd36dc057a33ab79b16e38627 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 5 Dec 2017 12:31:36 -0700 Subject: [PATCH] fixed small bug --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index b5b55a5a5..76d488a0d 100644 --- a/config.js +++ b/config.js @@ -184,7 +184,7 @@ const CONFIG = { // IGNORE_FLAGS_AGAINST_STAFF disables staff members from entering the // reported queue from comments after this was enabled and from reports // against the staff members user account. - IGNORE_FLAGS_AGAINST_STAFF: process.env.TALK_DISABLE_IGNORE_FLAGS_AGAINST_STAFF === 'TRUE', + IGNORE_FLAGS_AGAINST_STAFF: process.env.TALK_DISABLE_IGNORE_FLAGS_AGAINST_STAFF !== 'TRUE', }; //==============================================================================