👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-07-29 14:19:35 +02:00
parent 051598d30e
commit b488ae8d3a
5 changed files with 15 additions and 15 deletions

View File

@@ -108,7 +108,7 @@ export class ActiveExecutions {
this.activeExecutions[executionId].process!.send({
type: timeout ? timeout : 'stopExecution',
});
}, 1)
}, 1);
}
} else {
// Workflow is running in current process