Skip to content

Commit

Permalink
Update scripts/build-meetings.js
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
reachaadrika and akshatnema authored Jul 30, 2023
1 parent 4da33b3 commit d62db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-meetings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { writeFileSync } = require('fs');
const { resolve } = require('path');
const { google } = require('googleapis');

export async function buildMeetings() {
async function buildMeetings() {
const auth = new google.auth.GoogleAuth({
scopes: ['https://www.googleapis.com/auth/calendar'],
credentials: JSON.parse(process.env.CALENDAR_SERVICE_ACCOUNT),
Expand Down

0 comments on commit d62db3b

Please sign in to comment.