fix: rename trpc route for get booking

This commit is contained in:
Michael Zetterberg
2025-04-14 15:53:51 +02:00
parent 8a0b917824
commit af65fbf7f4
6 changed files with 17 additions and 25 deletions

View File

@@ -174,6 +174,6 @@ const confirmationNumberInput = z.object({
lang: z.nativeEnum(Lang).optional(),
})
export const bookingConfirmationInput = confirmationNumberInput
export const getBookingInput = confirmationNumberInput
export const getBookingStatusInput = confirmationNumberInput