refactor(core): Delete unused code, and fix typings in tests (no-changelog) (#8142)
This commit is contained in:
committed by
GitHub
parent
5778b3bac8
commit
4007163651
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user