Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 8, 2019
1 parent 8ab1117 commit ddae6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mentions-flextab/client/views/mentionsFlexTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Template.mentionsFlexTab.onCreated(function() {

this.cursor = Messages.find(query).observe({
added: ({ _id, ...message }) => {
this.messages.upsert({_id}, message);
this.messages.upsert({ _id }, message);
},
changed: ({ _id, ...message }) => {
this.messages.upsert({ _id }, message);
Expand Down

0 comments on commit ddae6b8

Please sign in to comment.