mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ small fix
This commit is contained in:
parent
96cc47f8e8
commit
c188d77d62
|
@ -19,8 +19,6 @@ import { set } from 'lodash';
|
|||
import * as fs from 'fs';
|
||||
|
||||
import * as formidable from 'formidable';
|
||||
import { kgsearch } from 'googleapis/build/src/apis/kgsearch';
|
||||
import { runInThisContext } from 'vm';
|
||||
|
||||
function authorizationError(resp: Response, realm: string, responseCode: number, message?: string) {
|
||||
if (message === undefined) {
|
||||
|
|
Loading…
Reference in a new issue