Closed nikospapcom closed 4 days ago
Latest commit: d97adc0119993844cffa2d15138f21f79996ba53
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
We decided to render the
<Waitlist />
when a user is logged in but in this case we're sending the_clerk_session_id
query params which is not accepted from thisfapi
endpoint. This pr fixes this by excluding_clerk_session_id
query param from/waitlist
endpointChecklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change