From 701c8f9bef236bb8d69c26ea8f7a6fd90f0ef44d Mon Sep 17 00:00:00 2001 From: Bill Bittner Date: Mon, 19 Mar 2018 14:33:34 -0700 Subject: [PATCH] Delete slackConfig.js --- config/slackConfig.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 config/slackConfig.js diff --git a/config/slackConfig.js b/config/slackConfig.js deleted file mode 100644 index 8cb66f8b..00000000 --- a/config/slackConfig.js +++ /dev/null @@ -1,7 +0,0 @@ -function SlackConfig () { - this.slackWebHook = 'default'; - this.slackErrorChannel = 'default'; - this.slackInfoChannel = 'default'; -}; - -module.exports = new SlackConfig();