Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9e8c676

Browse files
committed
Remaining cache invalidation spot
1 parent 868952e commit 9e8c676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodePush.ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var getConfiguration = (() => {
6464
return NativeCodePush.getConfiguration()
6565
.then((configuration) => {
6666
if (!config) config = configuration;
67+
isConfigValid = true;
6768
return config;
6869
});
6970
}

0 commit comments

Comments
 (0)