small fix

This commit is contained in:
Ricardo Espinoza 2020-02-06 11:24:15 -05:00
parent 96cc47f8e8
commit c188d77d62

View file

@ -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) {