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