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