From 3e0cfda838733e19a739e0f173fe538c987398cd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 18 Sep 2024 19:59:42 +0530 Subject: [PATCH] chore: remove unused import --- server/src/routes/integration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/routes/integration.ts b/server/src/routes/integration.ts index 6eddb2a8..6df91363 100644 --- a/server/src/routes/integration.ts +++ b/server/src/routes/integration.ts @@ -1,5 +1,4 @@ import { Router } from 'express'; -import { google } from "googleapis"; import fs from 'fs'; import path from 'path'; import logger from "../logger";