Skip to content

Commit 48d2fe3

Browse files
committed
fix projection
1 parent a8d6b0c commit 48d2fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const createProjectionParams = (includeMetadata: boolean = false) => {
5757
id: "#id",
5858
repeats: "#repeats",
5959
repeatEnds: "#repeatEnds",
60-
excludeDates: "#excludeDates",
60+
repeatExcludes: "#repeatExcludes",
6161
...(includeMetadata ? { metadata: "#metadata" } : {}),
6262
};
6363

0 commit comments

Comments
 (0)