mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix type errors (no-changelog) (#9571)
This commit is contained in:
@@ -91,7 +91,7 @@ describe('GET /workflow-history/:workflowId', () => {
|
||||
),
|
||||
);
|
||||
|
||||
const versions2 = await Promise.all(
|
||||
await Promise.all(
|
||||
new Array(10).fill(undefined).map(async (_) => await createWorkflowHistoryItem(workflow2.id)),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user