mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -4,9 +4,9 @@ import {
|
|||||||
} from 'n8n-core';
|
} from 'n8n-core';
|
||||||
import {
|
import {
|
||||||
ICredentialType,
|
ICredentialType,
|
||||||
|
ILogger,
|
||||||
INodeType,
|
INodeType,
|
||||||
INodeTypeData,
|
INodeTypeData,
|
||||||
Logger,
|
|
||||||
LoggerProxy,
|
LoggerProxy,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ class LoadNodesAndCredentialsClass {
|
|||||||
|
|
||||||
nodeModulesPath = '';
|
nodeModulesPath = '';
|
||||||
|
|
||||||
logger: Logger;
|
logger: ILogger;
|
||||||
|
|
||||||
async init() {
|
async init() {
|
||||||
this.logger = getLogger();
|
this.logger = getLogger();
|
||||||
|
|||||||
Reference in New Issue
Block a user