Skip to content

Commit

Permalink
Update app/src/renderer/vuex/modules/connection.js
Browse files Browse the repository at this point in the history
Co-Authored-By: faboweb <[email protected]>
  • Loading branch information
fedekunze and faboweb authored Jan 21, 2019
1 parent 59599c3 commit 3b8a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/vuex/modules/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function({ node }) {
if (state.stopConnecting) return

try {
// TODO replace with ping when we implement ws connection ourselves
// TODO: replace with ping when we implement ws connection ourselves
await node.rpc.health()
} catch (err) {
console.error(`Error pinging websocket. Assuming connection dropped.`)
Expand Down

0 comments on commit 3b8a820

Please sign in to comment.