Delete slackConfig.js
This commit is contained in:
parent
234ccc079a
commit
701c8f9bef
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
function SlackConfig () {
|
||||
this.slackWebHook = 'default';
|
||||
this.slackErrorChannel = 'default';
|
||||
this.slackInfoChannel = 'default';
|
||||
};
|
||||
|
||||
module.exports = new SlackConfig();
|
Loading…
Reference in a new issue