Skip to content

Commit

Permalink
Merge branch 'bug/114' of github.com:TryQuiet/quiet into bug/114
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkabuki committed Oct 16, 2023
2 parents 4cb88c2 + 22cc0e8 commit 32b564a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/src/renderer/sagas/socket/socket.saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function subscribeSocketLifecycle(socket?: Socket) {
console.log('closing socket connection')
emit(socketActions.suspendConnection())
})
return () => { }
return () => {}
})
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function subscribeSocketLifecycle(socket: Socket, dataPort: number) {
console.log('closing socket connection')
emit(initActions.suspendWebsocketConnection())
})
return () => { }
return () => {}
})
}

Expand Down

0 comments on commit 32b564a

Please sign in to comment.