mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
This reverts commit c21c8b3369.
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
import { Command, flags } from '@oclif/command';
|
||||
import * as Redis from 'ioredis';
|
||||
|
||||
import { config } from '@config';
|
||||
import * as config from '../config';
|
||||
import {
|
||||
ActiveExecutions,
|
||||
ActiveWorkflowRunner,
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
} from '../src';
|
||||
import { IDataObject } from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
import {
|
||||
getLogger,
|
||||
} from '../src/Logger';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user