fix: rename trpc route for get booking
This commit is contained in:
@@ -136,7 +136,7 @@ export const getPackages = cache(async function getMemoizedPackages(
|
||||
|
||||
export const getBookingConfirmation = cache(
|
||||
async function getMemoizedBookingConfirmation(confirmationNumber: string) {
|
||||
return serverClient().booking.confirmation({ confirmationNumber })
|
||||
return serverClient().booking.get({ confirmationNumber })
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user