From 6005ffb3f30cfc6a53e463f1e4f4cfbdbd95f2e6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 15 Sep 2024 19:26:16 +0530 Subject: [PATCH] fix: import sheets_v4 --- server/src/routes/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/routes/auth.ts b/server/src/routes/auth.ts index 7349d81e..00f51aa2 100644 --- a/server/src/routes/auth.ts +++ b/server/src/routes/auth.ts @@ -1,5 +1,5 @@ import { Router } from 'express';; -import { google, } from "googleapis"; +import { google, sheets_v4 } from "googleapis"; import { OAuth2Client } from 'google-auth-library' export const router = Router()