refactor(web): fix types

This commit is contained in:
Ali BARIN
2022-10-06 17:40:48 +02:00
committed by Faruk AYDIN
parent 0825eb36e4
commit ae76f7100c
30 changed files with 12 additions and 15 deletions

View File

@@ -10,8 +10,7 @@ class App {
// Temporaryly restrict the apps we expose until
// their actions/triggers are implemented!
static temporaryList = ['slack2', 'twitter2'];
// static temporaryList = ['slack', 'twitter', 'scheduler'];
static temporaryList = ['slack', 'twitter'];
static async findAll(name?: string): Promise<IApp[]> {
if (!name)