fix calendar again

This commit is contained in:
Dobromir Popov
2024-09-17 02:09:31 +03:00
parent c318994f43
commit b1395fdac7
2 changed files with 4 additions and 1 deletions

View File

@ -474,7 +474,7 @@ const createEvent = async (event) => {
}
};
SaveEventsInGoogleCalendar = async function SaveEventsInGoogleCalendar(events) {
const SaveEventsInGoogleCalendar = async function SaveEventsInGoogleCalendar(events) {
// Load client secrets from a local file.
try {
const content = await fs.readFile(CREDENTIALS_PATH);