Skip to content

Commit

Permalink
udpate user.model field name to lastLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
MaRcR11 committed Oct 31, 2023
1 parent de7f480 commit 67d00ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/models/user.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const userModel = new mongoose.Schema({
required: true,
type: String,
},
ts: {
lastLogin: {
required: true,
type: Number,
},
Expand Down

0 comments on commit 67d00ef

Please sign in to comment.