feat: Capture unhandled errors by restructuring apps

This commit is contained in:
Faruk AYDIN
2022-10-21 19:03:24 +02:00
parent 525472d3e0
commit 9a743fb4a8
16 changed files with 92 additions and 76 deletions

View File

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