mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
refactor(core): Move Logger to @n8n/backend-common (#15721)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Logger } from '@n8n/backend-common';
|
||||
import type { WorkflowStatistics } from '@n8n/db';
|
||||
import { StatisticsNames, WorkflowStatisticsRepository } from '@n8n/db';
|
||||
import { Get, Middleware, RestController } from '@n8n/decorators';
|
||||
import { Response, NextFunction } from 'express';
|
||||
import { Logger } from 'n8n-core';
|
||||
|
||||
import { NotFoundError } from '@/errors/response-errors/not-found.error';
|
||||
import type { IWorkflowStatisticsDataLoaded } from '@/interfaces';
|
||||
|
||||
Reference in New Issue
Block a user