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