mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
FIX: path in slack adapter was wrong
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const Slack = require('slack');
|
||||
const config = require('../../conf/config.json');
|
||||
const config = require('../../../conf/config.json');
|
||||
const msg = Slack.chat.postMessage;
|
||||
|
||||
const {token, channel} = config.notification.slack;
|
||||
|
||||
Reference in New Issue
Block a user