FIX: path in slack adapter was wrong

This commit is contained in:
Christian Kellner
2018-01-21 10:47:17 +01:00
parent c6cffe029d
commit 220f9ec7d6

View File

@@ -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;