refactor(core): Do not import BaseCommand outside src/commands (no-changelog) (#7008)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-25 00:17:00 +02:00
committed by GitHub
parent fb05afa165
commit 72f65dcdd6
5 changed files with 8 additions and 6 deletions

View File

@@ -21,9 +21,6 @@ import { InternalHooks } from '@/InternalHooks';
import { PostHogClient } from '@/posthog';
import { License } from '@/License';
export const UM_FIX_INSTRUCTION =
'Please fix the database by running ./packages/cli/bin/n8n user-management:reset';
export abstract class BaseCommand extends Command {
protected logger = LoggerProxy.init(getLogger());