Skip to content

Commit

Permalink
Reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jul 2, 2024
1 parent e6ac65c commit 1653422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/ActiveExecutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class ActiveExecutions {
async add(executionData: IWorkflowExecutionDataProcess, executionId?: string): Promise<string> {
let executionStatus: ExecutionStatus = executionId ? 'running' : 'new';
const mode = executionData.executionMode;

if (executionId === undefined) {
// Is a new execution so save in DB

Expand Down

0 comments on commit 1653422

Please sign in to comment.