🟫 growthbook.ts

This commit is contained in:
nirholas
2026-03-31 10:23:46 +00:00
parent f15e505acb
commit 601a592f07

View File

@@ -1153,3 +1153,4 @@ export function getDynamicConfig_CACHED_MAY_BE_STALE<T>(
): T { ): T {
return getFeatureValue_CACHED_MAY_BE_STALE(configName, defaultValue) return getFeatureValue_CACHED_MAY_BE_STALE(configName, defaultValue)
} }