Merged in fix/refetching-availability-on-select (pull request #2204)

don't use rateCode to determine if bookingCode should come from the room or the 'big' input

* don't use rateCode to determine if bookingCode should come from the room or the 'big' input


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-05-23 09:55:35 +00:00
parent c27290717b
commit 231ea05348
4 changed files with 25 additions and 33 deletions

View File

@@ -1038,9 +1038,6 @@ export async function getRoomsAvailability(
headers: {
Authorization: `Bearer ${token}`,
},
next: {
revalidate: 60,
},
},
params
)