mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
fix: unable to create actionClass due to caching issue (#2297)
This commit is contained in:
@@ -87,7 +87,7 @@ export const getActionClassByEnvironmentIdAndName = async (
|
||||
},
|
||||
[`getActionClass-${environmentId}-${name}`],
|
||||
{
|
||||
tags: [actionClassCache.tag.byNameAndEnvironmentId(environmentId, name)],
|
||||
tags: [actionClassCache.tag.byNameAndEnvironmentId(name, environmentId)],
|
||||
revalidate: SERVICES_REVALIDATION_INTERVAL,
|
||||
}
|
||||
)();
|
||||
|
||||
Reference in New Issue
Block a user