Skip to content

Commit

Permalink
Dummy mobile change
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 6, 2023
1 parent cd01494 commit 44b43ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function subscribeSocketLifecycle(socket: Socket, dataPort: number) {
ReturnType<typeof initActions.setWebsocketConnected> | ReturnType<typeof initActions.suspendWebsocketConnection>
>(emit => {
socket.on('connect', async () => {
console.log('websocket connected')
console.log('web socket connected')
emit(
initActions.setWebsocketConnected({
dataPort,
Expand Down

0 comments on commit 44b43ec

Please sign in to comment.