Skip to content

Commit a9085b0

Browse files
luacmartinsOSBotify
authored andcommitted
Merge pull request #11188 from Expensify/tgolen-correct-connection
Correct the Onyx beta key that sidebar connects to (cherry picked from commit 60ca87e)
1 parent 3522545 commit a9085b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/SidebarUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Onyx.connect({
4444

4545
let betas;
4646
Onyx.connect({
47-
key: ONYXKEYS.NVP_PRIORITY_MODE,
47+
key: ONYXKEYS.BETAS,
4848
callback: val => betas = val,
4949
});
5050

0 commit comments

Comments
 (0)