Merged in fix/book-785-hotelfilters-cache (pull request #3533)

fix(BOOK-785): fix incorrect cache keys for contact config and hotel filters

* fix(BOOK-785): fix incorrect cache keys for contact config and hotel filters
This commit is contained in:
Linus Flood
2026-02-03 13:18:23 +00:00
parent fbdbd35813
commit 310ad7bc7f
2 changed files with 3 additions and 3 deletions
@@ -46,7 +46,7 @@ const getContactConfig = cache(async (lang: Lang) => {
GetContactConfig,
variables,
{
key: `${lang}:contact`,
key: `${lang}:contact_config`,
ttl: "max",
}
)