Skip to content

Commit ee703b9

Browse files
author
Athira M
committed
[Fix] Storage cache is not updating when there are no experiments in response
1 parent bec6e56 commit ee703b9

File tree

1 file changed

+0
-1
lines changed
  • packages/remote-config/src

1 file changed

+0
-1
lines changed

packages/remote-config/src/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export async function activate(remoteConfig: RemoteConfig): Promise<boolean> {
102102
if (
103103
!lastSuccessfulFetchResponse ||
104104
!lastSuccessfulFetchResponse.config ||
105-
!lastSuccessfulFetchResponse.experiments ||
106105
!lastSuccessfulFetchResponse.eTag ||
107106
!lastSuccessfulFetchResponse.templateVersion ||
108107
lastSuccessfulFetchResponse.eTag === activeConfigEtag

0 commit comments

Comments
 (0)