refactor: Restructure apps with new data pushing logic

This commit is contained in:
Faruk AYDIN
2022-10-22 19:29:02 +02:00
parent bcff9f5a9e
commit a56135ca57
19 changed files with 115 additions and 136 deletions

View File

@@ -19,6 +19,6 @@ export default defineTrigger({
],
async run($) {
return await myFollowers($);
await myFollowers($);
},
});