chore: Remove github and typeform from temporary app list
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user