Delete slackConfig.js

This commit is contained in:
Bill Bittner 2018-03-19 14:33:34 -07:00 committed by GitHub
parent 234ccc079a
commit 701c8f9bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
function SlackConfig () {
this.slackWebHook = 'default';
this.slackErrorChannel = 'default';
this.slackInfoChannel = 'default';
};
module.exports = new SlackConfig();