We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390289a commit 063a481Copy full SHA for 063a481
src/libs/NetworkConnection.ts
@@ -84,7 +84,7 @@ Onyx.connect({
84
Log.info(
85
`[NetworkStatus] The force-offline mode was turned off. Getting the device network status from NetInfo. Network state: ${JSON.stringify(
86
state,
87
- )}. Setting the offline status to: ${!!isInternetReachable}.`,
+ )}. Setting the offline status to: ${isInternetReachable}.`,
88
);
89
});
90
}
0 commit comments