Skip to content

Commit 24848c4

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

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
@@ -97,7 +97,6 @@ export async function activate(remoteConfig: RemoteConfig): Promise<boolean> {
9797
if (
9898
!lastSuccessfulFetchResponse ||
9999
!lastSuccessfulFetchResponse.config ||
100-
!lastSuccessfulFetchResponse.experiments ||
101100
!lastSuccessfulFetchResponse.eTag ||
102101
lastSuccessfulFetchResponse.eTag === activeConfigEtag
103102
) {

0 commit comments

Comments
 (0)