mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
40614672e6
commit
e0602372f6
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue