fix: unbreak toApiLang call that failed everytime
This commit is contained in:
committed by
Michael Zetterberg
parent
30c7eb07fa
commit
6d869ceba7
@@ -618,7 +618,6 @@ export async function getSelectedRoomAvailability(
|
||||
bookingCode,
|
||||
children,
|
||||
hotelId,
|
||||
inputLang,
|
||||
roomStayEndDate,
|
||||
roomStayStartDate,
|
||||
redemption,
|
||||
@@ -631,7 +630,7 @@ export async function getSelectedRoomAvailability(
|
||||
...(children && { children }),
|
||||
...(bookingCode && { bookingCode }),
|
||||
...(redemption && { isRedemption: "true" }),
|
||||
language: inputLang ?? lang,
|
||||
language: lang,
|
||||
}
|
||||
|
||||
metrics.selectedRoomAvailability.counter.add(1, input)
|
||||
|
||||
Reference in New Issue
Block a user