chore: Update objectionjs version to 3
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
61c1f3a300
commit
70bb79ab6c
@@ -4,7 +4,7 @@ import ExecutionStep from './execution-step';
|
||||
|
||||
class Execution extends Base {
|
||||
id!: string;
|
||||
flowId!: number;
|
||||
flowId!: string;
|
||||
testRun: boolean;
|
||||
executionSteps: ExecutionStep[];
|
||||
|
||||
|
Reference in New Issue
Block a user