Skip to content

Commit bec469f

Browse files
authored
chore: update (#46)
1 parent 0bbcdde commit bec469f

File tree

1 file changed

+1
-0
lines changed
  • src/evently.client/src/routes/gatherings/$gatheringId

1 file changed

+1
-0
lines changed

src/evently.client/src/routes/gatherings/$gatheringId/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const Route = createFileRoute("/gatherings/$gatheringId/")({
2121
const gatheringId: number = parseInt(params.gatheringId);
2222
const gathering: Gathering | null = await getGathering(gatheringId);
2323
let booking: Booking | null = null;
24+
console.log({ accountId });
2425
if (accountId != null && accountId.trim().length > 0) {
2526
const { data: bookings } = await getBookings({
2627
attendeeId: accountId,

0 commit comments

Comments
 (0)