Merged in fix/sw-2091-remove-breakfast (pull request #1689)
fix(SW-2091): remove breakfast ancillaries * fix(SW-2091): remove breakfast ancillaries * Send array in correct format * Break out function Approved-by: Bianca Widstam
This commit is contained in:
@@ -576,7 +576,7 @@ export const bookingMutationRouter = router({
|
||||
{
|
||||
headers,
|
||||
} as RequestInit,
|
||||
{ language, codes }
|
||||
[["language", language], ...codes.map((code) => ["codes", code])]
|
||||
)
|
||||
|
||||
if (!apiResponse.ok) {
|
||||
|
||||
Reference in New Issue
Block a user