refactor: Restructure apps with new data pushing logic
This commit is contained in:
@@ -19,6 +19,6 @@ export default defineTrigger({
|
||||
],
|
||||
|
||||
async run($) {
|
||||
return await myFollowers($);
|
||||
await myFollowers($);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user