From 31146cb9748947e8ec1e0abfb7fe7dbaa46f2348 Mon Sep 17 00:00:00 2001 From: samr28 Date: Thu, 14 Dec 2017 23:49:28 -0600 Subject: [PATCH] Fix schedule bool error --- scripts/hubot-agenda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hubot-agenda.js b/scripts/hubot-agenda.js index a022e75..a96fe1d 100644 --- a/scripts/hubot-agenda.js +++ b/scripts/hubot-agenda.js @@ -27,7 +27,7 @@ const schedule = require('./schedule'); const REDIS_BRAIN_KEY = "agenda"; // Notified on bot start. Can be users or channels (make sure to use @|#) const NOTIFY_GROUPS = ['@sam']; -const SCHEDULE = TRUE; +const SCHEDULE = true; // ================================================================================================ // Module exports