Skip to content

Commit

Permalink
cleanup mock active symbol and trading_times
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtaimoor-deriv committed Feb 20, 2024
1 parent dc3c4a2 commit 1772b64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,942 deletions.
2 changes: 1 addition & 1 deletion app/connection/NetworkMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class NetworkMonitor {
window.addEventListener('offline', () => this.setNetworkStatus('offline'));
} else {
// default to always online and fallback to WS checks
navigator.onLine = true;
// navigator.onLine = true;
}
this.setNetworkStatus(this.isOnline() ? 'blinking' : 'offline');
return this.establishConnection();
Expand Down
Loading

0 comments on commit 1772b64

Please sign in to comment.