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
|
// Temporaryly restrict the apps we expose until
|
||||||
// their actions/triggers are implemented!
|
// their actions/triggers are implemented!
|
||||||
static temporaryList = [
|
static temporaryList = ['slack', 'twitter', 'scheduler'];
|
||||||
'slack',
|
|
||||||
'twitter',
|
|
||||||
'github',
|
|
||||||
'scheduler',
|
|
||||||
'typeform',
|
|
||||||
];
|
|
||||||
|
|
||||||
static findAll(name?: string): IApp[] {
|
static findAll(name?: string): IApp[] {
|
||||||
if (!name)
|
if (!name)
|
||||||
|
Reference in New Issue
Block a user