mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
fix: attributeClass cache revalidation
This commit is contained in:
@@ -216,8 +216,8 @@ export const updateAttributes = async (personId: string, attributes: TAttributes
|
||||
},
|
||||
})
|
||||
.then(({ id }) => {
|
||||
attributeClassCache.revalidate({ environmentId, name });
|
||||
attributeCache.revalidate({ id, environmentId, personId, userId, name });
|
||||
attributeClassCache.revalidate({ id, environmentId, name });
|
||||
attributeCache.revalidate({ environmentId, personId, userId, name });
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user