Skip to content

Commit

Permalink
fix(lint): missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Mar 4, 2015
1 parent afe8706 commit 97919ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/templates/mongo/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ exports.register = function (socket) {
socket.emit('<%= objectName %>:remove', doc);
});

}
};

0 comments on commit 97919ce

Please sign in to comment.