fix: gmail adapter is not working

This commit is contained in:
prafull-opensignlabs
2024-07-31 21:26:14 +05:30
parent 19b2af7f57
commit dccf757f56
@@ -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