fix: import sheets_v4

This commit is contained in:
karishmas6
2024-09-15 19:26:16 +05:30
parent b906821ca1
commit 6005ffb3f3

View File

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