refactor: Introduce IActionOutput and ITriggerOutput types
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
async run($: IGlobalVariable) {
|
||||
return await getUserTweets($, {
|
||||
currentUser: true,
|
||||
lastInternalId: $.db.flow.lastInternalId,
|
||||
lastInternalId: $.flow.lastInternalId,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user