mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
ci: Fix prettier auto-formatting (no-changelog) (#7063)
This commit is contained in:
committed by
GitHub
parent
fa3d7070b0
commit
a693b29134
@@ -56,9 +56,8 @@ export class ActiveExecutions {
|
||||
fullExecutionData.workflowId = workflowId;
|
||||
}
|
||||
|
||||
const executionResult = await Container.get(ExecutionRepository).createNewExecution(
|
||||
fullExecutionData,
|
||||
);
|
||||
const executionResult =
|
||||
await Container.get(ExecutionRepository).createNewExecution(fullExecutionData);
|
||||
executionId = executionResult.id;
|
||||
if (executionId === undefined) {
|
||||
throw new Error('There was an issue assigning an execution id to the execution');
|
||||
|
||||
Reference in New Issue
Block a user