refactor(core): Move DbConnection to @n8n/db (#16616)

This commit is contained in:
Iván Ovejero
2025-06-24 12:33:01 +02:00
committed by GitHub
parent 88af45f71a
commit 21ff173070
43 changed files with 98 additions and 86 deletions

View File

@@ -15,6 +15,7 @@ export async function createWorkflowStatisticsItem(
workflowId,
});
// @ts-ignore CAT-957
await Container.get(WorkflowStatisticsRepository).insert(entity);
return entity;