Merge pull request #995 from OpenSignLabs/multiuser_issue

This commit is contained in:
Andrew
2024-07-31 22:10:21 +05:30
committed by GitHub
@@ -3,6 +3,7 @@ import { google } from 'googleapis';
import fs from 'node:fs';
import https from 'https';
import http from 'http';
import { useLocal } from '../../Utils.js';
const clientId = process.env.GOOGLE_CLIENT_ID;
const clientSecret = process.env.GOOGLE_CLIENT_SECRET;
// Function to create a Gmail client