chore: lint

This commit is contained in:
karishmas6
2024-10-16 20:14:00 +05:30
parent 1126890afa
commit fee31bff71

View File

@@ -189,7 +189,7 @@ router.get('/google', (req, res) => {
// Step 2: Handle Google OAuth callback
router.get('/google/callback', async (req, res) => {
const { code } = req.query;
try {
// Get access and refresh tokens
if (typeof code !== 'string') {