From 63de36cd0515917aa4edcc310c1af91118a1f32d Mon Sep 17 00:00:00 2001 From: Ria <123465523+riascho@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:39:23 +0200 Subject: [PATCH] removes accidental import --- .../BigQuery/v2/actions/database/executeQuery.operation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts index 19c655a902bc9..fc9596173e229 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts @@ -11,7 +11,6 @@ import type { ResponseWithJobReference } from '../../helpers/interfaces'; import { prepareOutput } from '../../helpers/utils'; import { googleBigQueryApiRequestAllItems, googleBigQueryApiRequest } from '../../transport'; import { getResolvables, updateDisplayOptions } from '@utils/utilities'; -import { query } from 'express'; const properties: INodeProperties[] = [ {