Skip to content

Commit

Permalink
add prerender false to myTicket server page
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim committed Oct 14, 2023
1 parent 066c57d commit 3d8b019
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 3d8b019

Please sign in to comment.