Skip to content

Commit

Permalink
Merge pull request #23 from Vancouver-KDD/update-jacob
Browse files Browse the repository at this point in the history
add prerender false to myTicket server page
  • Loading branch information
everywherejacobkim authored Oct 14, 2023
2 parents 180096e + 3d8b019 commit 2fefc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/myTicket/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type {PageServerLoad} from './$types'
import {getEvent} from '$lib/actions/airtable'
import {refundTicket} from '$lib/server/actions'

export const prerender = false

export const load = (async ({url}) => {
// Get ticket data
const ticketId = url.searchParams.get('ticketId')
Expand Down

0 comments on commit 2fefc1a

Please sign in to comment.