Skip to content

Commit 638cc2c

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

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
@@ -103,7 +103,6 @@ export async function activate(remoteConfig: RemoteConfig): Promise<boolean> {
103103
if (
104104
!lastSuccessfulFetchResponse ||
105105
!lastSuccessfulFetchResponse.config ||
106-
!lastSuccessfulFetchResponse.experiments ||
107106
!lastSuccessfulFetchResponse.eTag ||
108107
!lastSuccessfulFetchResponse.templateVersion ||
109108
lastSuccessfulFetchResponse.eTag === activeConfigEtag

0 commit comments

Comments
 (0)