Skip to content

Commit

Permalink
fix(eslint): indentation of 2 space characters
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
  • Loading branch information
Hans Kristian Flaatten committed Apr 22, 2016
1 parent e92fe82 commit a25fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ appSchema.virtual('slugg').get(function appSchemaVirtualSlugg() {
});

const ownerSchema = new Schema({
userId: Number,
userId: Number,
userName: String,
email: String,
fullName: String,
Expand Down

0 comments on commit a25fe54

Please sign in to comment.