Skip to content

Commit

Permalink
fix(eslint): resolve object-curly-spacing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Aug 24, 2016
1 parent 4e12343 commit d6f28f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Checkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const checkinSchema = new Schema({
dnt_user_id: { type: Number, ref: 'User' },
});

checkinSchema.index({location: '2dsphere'});
checkinSchema.index({ location: '2dsphere' });

module.exports = mongoose.model('Checkin', checkinSchema);

0 comments on commit d6f28f5

Please sign in to comment.