👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-05-21 23:41:06 -05:00
parent 40614672e6
commit e0602372f6

View file

@ -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();