Skip to content

Commit

Permalink
fixed one more semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bressan authored and Daniel Bressan committed Jun 1, 2016
1 parent 37e87f6 commit b6ef587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action-link-test/testUpdateMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RocketChat.callbacks.add('afterSaveMessage', function(message, room) {
delete message._id;
RocketChat.models.Messages.update({ _id: tempid }, { $set: message });

}, RocketChat.callbacks.priority.LOW)
}, RocketChat.callbacks.priority.LOW);

0 comments on commit b6ef587

Please sign in to comment.