refactor: Use plural wording for user tweets trigger
This commit is contained in:
@@ -55,7 +55,7 @@ class Flow extends Base {
|
||||
.orderBy('created_at', 'desc')
|
||||
.first();
|
||||
|
||||
return (lastExecution as Execution).internalId;
|
||||
return lastExecution ? (lastExecution as Execution).internalId : null;
|
||||
}
|
||||
|
||||
async $beforeUpdate(
|
||||
|
Reference in New Issue
Block a user