Skip to content

Commit d0092e0

Browse files
committed
Refactor src/libs/actions/Device/index.ts to remove Onyx.connect() references
1 parent 54db848 commit d0092e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/Device/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getDeviceID(): Promise<string | null> {
1616
return;
1717
}
1818

19-
const connection = Onyx.connect({
19+
const connection = Onyx.connectWithoutView({
2020
key: ONYXKEYS.DEVICE_ID,
2121
callback: (id) => {
2222
Onyx.disconnect(connection);

0 commit comments

Comments
 (0)