Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Nov 28, 2022
1 parent 4e403a5 commit 842e080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class App extends Component {
// ? adding a small delay to allow session cookie to be saved to local browser before sending requests
setTimeout(
() => { this.webSocket = setupWebSocket(webSocketUrl, this.props.model); return; },
1000
1001
);
}

Expand Down

0 comments on commit 842e080

Please sign in to comment.