refactor: Adjust send a message to channel to use slack client

This commit is contained in:
Faruk AYDIN
2022-09-01 23:19:53 +03:00
parent 26eee1bb63
commit e0f055a375
5 changed files with 52 additions and 20 deletions

View File

@@ -23,9 +23,8 @@ export default class Slack implements IService {
this.client = new SlackClient(connection, flow, step);
this.authenticationClient = new Authentication(this.client);
// this.triggers = new Triggers(this.client);
// this.actions = new Actions(this.client);
this.actions = new Actions(this.client);
this.data = new Data(this.client);
}
}