We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92fe82 commit a25fe54Copy full SHA for a25fe54
apps/app/model.js
@@ -30,7 +30,7 @@ appSchema.virtual('slugg').get(function appSchemaVirtualSlugg() {
30
});
31
32
const ownerSchema = new Schema({
33
-userId: Number,
+ userId: Number,
34
userName: String,
35
email: String,
36
fullName: String,
0 commit comments