👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2021-04-17 17:23:48 +02:00
parent 48224d51ea
commit b83c2e2a3c
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ export interface IWorkflowExecutionDataProcessWithExecution extends IWorkflowExe
}
export interface IWorkflowExecuteProcess {
startedAt: Date,
startedAt: Date;
workflow: Workflow;
workflowExecute: WorkflowExecute;
}