@ -110,7 +110,7 @@ END:VEVENT
app.get('/calendar/:name', async (req, res) => {
const calendarName = req.params.name;
const icsFilePath = path.join(MERGED_CALENDARS_DIR, `${calendarName}.ics`);
const jsonFilePath = path.join(MERGED_CALENDARS_DIR, `${calendarName}.json`);
});