mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-23 18:18:44 -06:00
fix: getAttributeClassByName cache returns wrong entries (#1072)
This commit is contained in:
@@ -98,7 +98,7 @@ export const getAttributeClassByNameCached = async (environmentId: string, name:
|
||||
async () => {
|
||||
return await getAttributeClassByName(environmentId, name);
|
||||
},
|
||||
getAttributeClassesCacheKey(environmentId),
|
||||
[`environments-${environmentId}-attributeClass-${name}`],
|
||||
{
|
||||
tags: getAttributeClassesCacheKey(environmentId),
|
||||
revalidate: SERVICES_REVALIDATION_INTERVAL,
|
||||
|
||||
Reference in New Issue
Block a user