1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

fix: remove custom refresh interval for UnleashClient

This commit is contained in:
Ivar Conradi Østhus 2025-04-10 09:56:40 +02:00
parent 311d75be28
commit 3b84db7d61
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -29,7 +29,6 @@ export const UnleashFlagProvider: FC<{ children?: React.ReactNode }> = ({
client = new UnleashClient({
url: UNLEASH_API,
clientKey: token || 'offline',
refreshInterval: 1,
appName: 'Unleash Cloud UI',
});
}