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:
@@ -46,7 +46,7 @@ const getContactConfig = cache(async (lang: Lang) => {
|
||||
GetContactConfig,
|
||||
variables,
|
||||
{
|
||||
key: `${lang}:contact`,
|
||||
key: `${lang}:contact_config`,
|
||||
ttl: "max",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user