Fixing more lint issues

This commit is contained in:
Omar Ajoue 2020-12-30 09:42:45 +01:00
parent 96a1f5d59f
commit 0043af5b64

View file

@ -283,7 +283,7 @@ export function hookFunctionsPreExecute(parentProcessMode?: string): IWorkflowEx
await Db.collections.Execution!.update(this.executionId, executionData as IExecutionFlattedDb); await Db.collections.Execution!.update(this.executionId, executionData as IExecutionFlattedDb);
}, },
] ],
}; };
} }