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 05f5cd2 commit 2761af3Copy full SHA for 2761af3
src/api/routes/events.ts
@@ -64,6 +64,7 @@ const createProjectionParams = (includeMetadata: boolean = false) => {
64
repeats: "#repeats",
65
repeatEnds: "#repeatEnds",
66
repeatExcludes: "#repeatExcludes",
67
+ paidEventId: "#paidEventId",
68
...(includeMetadata ? { metadata: "#metadata" } : {}),
69
};
70
0 commit comments