Skip to content

Commit

Permalink
fix bug not going to myTicket page
Browse files Browse the repository at this point in the history
  • Loading branch information
bosung90 committed Oct 16, 2023
1 parent 441877e commit 67c24c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/checkout/[eventId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
body: data,
})
const result = await response.json()
applyAction(result)
await applyAction(result)
toast.success('티켓 예약이 완료되었습니다.')
} finally {
isLoading = false
Expand Down

0 comments on commit 67c24c5

Please sign in to comment.