refactor: Adjust slack list channels to use slack client

This commit is contained in:
Faruk AYDIN
2022-09-01 22:18:37 +03:00
parent 0246d48584
commit 26eee1bb63
4 changed files with 27 additions and 12 deletions

View File

@@ -26,6 +26,6 @@ export default class Slack implements IService {
// this.triggers = new Triggers(this.client);
// this.actions = new Actions(this.client);
// this.data = new Data(this.client);
this.data = new Data(this.client);
}
}