Skip to content

Commit 761023a

Browse files
Apply suggestions from code review
1 parent 9076f6c commit 761023a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/Console/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import type {Log} from '@src/types/onyx';
99

1010
let shouldStoreLogs = false;
1111

12+
// We have opted for `connectWithoutView` here as the data is strictly for non-UI use.
1213
Onyx.connectWithoutView({
1314
key: ONYXKEYS.SHOULD_STORE_LOGS,
1415
callback: (val) => {

0 commit comments

Comments
 (0)