Skip to content

Commit 31d30c5

Browse files
author
Jeffrey Desir
committed
minor_issue: trailing semicolon -_-
1 parent b3ff0c4 commit 31d30c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/user.model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Schema = mongoose.Schema;
44
const schema = new Schema({
55
username: { type: String, unique: true, required: true },
66
role: {
7-
type:
7+
type: String
88
},
99
hash: { type: String, required: true },
1010
firstName: { type: String, required: true },

0 commit comments

Comments
 (0)