From 14b5ccb53ef475a25d69ef2ec829704506960827 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 d0eb3fbc8..7b18aba8f 100644 --- a/config.js +++ b/config.js @@ -187,7 +187,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', }; //==============================================================================