Skip to content

Commit a25fe54

Browse files
author
Hans Kristian Flaatten
committed
fix(eslint): indentation of 2 space characters
Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent e92fe82 commit a25fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ appSchema.virtual('slugg').get(function appSchemaVirtualSlugg() {
3030
});
3131

3232
const ownerSchema = new Schema({
33-
userId: Number,
33+
userId: Number,
3434
userName: String,
3535
email: String,
3636
fullName: String,

0 commit comments

Comments
 (0)