mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Move DbConnection to @n8n/db (#16616)
This commit is contained in:
@@ -15,6 +15,7 @@ export async function createWorkflowStatisticsItem(
|
||||
workflowId,
|
||||
});
|
||||
|
||||
// @ts-ignore CAT-957
|
||||
await Container.get(WorkflowStatisticsRepository).insert(entity);
|
||||
|
||||
return entity;
|
||||
|
||||
Reference in New Issue
Block a user