Skip to content

Commit

Permalink
Code style from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Quentin Valmori <[email protected]>
  • Loading branch information
edas and Crash-- authored Jan 9, 2020
1 parent 855442a commit 08318dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/collab/stack-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class ServiceClient {
*/
async join(noteId) {
const onRealtimeCreated = function(doc) {
if (doc.id == noteId) {
if (doc.id === noteId) {
return this.onRealtimeEvent(doc)
} else {
return undefined
Expand Down

0 comments on commit 08318dd

Please sign in to comment.