mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
17c8fe7710
fixes: #587 Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai>
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
const webhook = require('./webhook');
|
|
const slackAddon = require('./slack');
|
|
const jiraAddon = require('./jira-comment');
|
|
|
|
module.exports = [webhook, slackAddon, jiraAddon];
|