refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-12-22 15:41:29 +01:00
committed by GitHub
parent 5778b3bac8
commit 4007163651
7 changed files with 7 additions and 202 deletions

View File

@@ -24,6 +24,7 @@ describe('ExecutionRepository', () => {
const executionId = await executionRepo.createNewExecution({
workflowId: workflow.id,
data: {
//@ts-expect-error This is not needed for tests
resultData: {},
},
workflowData: workflow,