Skip to content

Commit b597556

Browse files
committed
Run prettier on ical.ts
This removes a redundant space.
1 parent 5e110fe commit b597556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/routes/ical.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function icalRoute(pool: Pool): Handler {
5656
for (const ctf of ctfs) {
5757
const ctftime_id = ctf.ctftime_url?.replace(/\/$/, "").split("/").at(-1);
5858
cal.createEvent({
59-
id: `${ctf.id}:${ctftime_id || "no-ctftime"}@${config.pad.domain || "ctfnote"}`,
59+
id: `${ctf.id}:${ctftime_id || "no-ctftime"}@${config.pad.domain || "ctfnote"}`,
6060
start: ctf.start_time,
6161
end: ctf.end_time,
6262
description: ctf.description,

0 commit comments

Comments
 (0)