fix: User model tests by returning flow explicitly
This commit is contained in:
@@ -680,7 +680,9 @@ class User extends Base {
|
|||||||
name: 'Name your flow',
|
name: 'Name your flow',
|
||||||
});
|
});
|
||||||
|
|
||||||
return await flow.createInitialSteps();
|
await flow.createInitialSteps();
|
||||||
|
|
||||||
|
return flow;
|
||||||
}
|
}
|
||||||
|
|
||||||
async $beforeInsert(queryContext) {
|
async $beforeInsert(queryContext) {
|
||||||
|
|||||||
Reference in New Issue
Block a user