chore: Remove github and typeform from temporary app list

This commit is contained in:
Faruk AYDIN
2022-09-01 14:03:31 +03:00
parent 20f8cca07d
commit 0eb28ec1a5

View File

@@ -9,13 +9,7 @@ class App {
// Temporaryly restrict the apps we expose until
// their actions/triggers are implemented!
static temporaryList = [
'slack',
'twitter',
'github',
'scheduler',
'typeform',
];
static temporaryList = ['slack', 'twitter', 'scheduler'];
static findAll(name?: string): IApp[] {
if (!name)