Skip to content

Commit

Permalink
Merge pull request #995 from OpenSignLabs/multiuser_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-opensignlabs authored Jul 31, 2024
2 parents 4a6b883 + dccf757 commit 980ce62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 980ce62

Please sign in to comment.