ci: Fix prettier auto-formatting (no-changelog) (#7063)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-09-01 13:29:31 +02:00
committed by GitHub
parent fa3d7070b0
commit a693b29134
22 changed files with 285 additions and 234 deletions

View File

@@ -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');