We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d6b0c commit 48d2fe3Copy full SHA for 48d2fe3
src/api/routes/events.ts
@@ -57,7 +57,7 @@ const createProjectionParams = (includeMetadata: boolean = false) => {
57
id: "#id",
58
repeats: "#repeats",
59
repeatEnds: "#repeatEnds",
60
- excludeDates: "#excludeDates",
+ repeatExcludes: "#repeatExcludes",
61
...(includeMetadata ? { metadata: "#metadata" } : {}),
62
};
63
0 commit comments