Skip to content

Commit

Permalink
fix(agenda): 🩹 correct ics output format
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed May 3, 2023
1 parent 5fde0f1 commit 7495895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scolengo-api",
"version": "1.1.0",
"version": "1.1.1",
"types": "types/index.d.ts",
"homepage": "https://github.com/maelgangloff/scolengo-api#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/models/Calendar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TZID:Europe/Paris
NAME:${calendarName}
X-WR-CALNAME:${calendarName}\n` +
lessons.map(lesson => AgendaResponse.lessonToVEVENT(lesson, dtstamp)).join('\n') +
'END:VCALENDAR\n'
'\nEND:VCALENDAR\n'
}
}

Expand Down

0 comments on commit 7495895

Please sign in to comment.