Skip to content

Commit

Permalink
fixed prettier (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Schopp authored Mar 16, 2023
1 parent b99bc02 commit 9dc550a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/todo/todo-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ peer
})
)
.then(() => peer.fetch(todos))
.then(() => peer.set("test",2))
.catch((ex) => {console.log('Caught exception', ex)
.then(() => peer.set('test', 2))
.catch((ex) => {
console.log('Caught exception', ex)
})

0 comments on commit 9dc550a

Please sign in to comment.