Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0304 committed Oct 21, 2019
1 parent 43c51af commit 0c862e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/models/client/models/ChatMessage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Mongo } from 'meteor/mongo';
import { PersistentMinimongo2 } from 'meteor/frozeman:persistent-minimongo2';

export const ChatMessage = new Mongo.Collection(null);

Expand Down
2 changes: 1 addition & 1 deletion server/publications/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Meteor.methods({

return records;
},
});
});

0 comments on commit 0c862e0

Please sign in to comment.