Skip to content

Commit 13e49e0

Browse files
Apply suggestions from code review
1 parent fa3b46f commit 13e49e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/Environment/betaChecker/index.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type GithubReleaseJSON = {
1212
};
1313

1414
let isLastSavedBeta = false;
15+
// We have opted for `connectWithoutView` here as this is a strictly non-UI data.
1516
Onyx.connectWithoutView({
1617
key: ONYXKEYS.IS_BETA,
1718
callback: (value) => {

0 commit comments

Comments
 (0)