mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ small fix
This commit is contained in:
@@ -19,8 +19,6 @@ import { set } from 'lodash';
|
|||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
|
|
||||||
import * as formidable from 'formidable';
|
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) {
|
function authorizationError(resp: Response, realm: string, responseCode: number, message?: string) {
|
||||||
if (message === undefined) {
|
if (message === undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user