Skip to content

Commit

Permalink
disable all passes accept offline passes
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 25, 2024
1 parent 3291ade commit 8a6162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[ticketType]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface TicketPageProps {
}
}

const ticketTypes = ['student_pass', 'standard_pass', 'professional_pass']
const ticketTypes = ['offline_pass']

function TicketPage({ params: { ticketType } }: TicketPageProps) {
if(!ticketTypes.includes(ticketType)){
Expand Down

0 comments on commit 8a6162e

Please sign in to comment.