Updated session/socket.io conn to handle rank.

This commit is contained in:
rainbownapkin 2024-11-16 16:52:31 -05:00
parent a87d498756
commit be09c2457e
3 changed files with 5 additions and 2 deletions

View file

@ -67,7 +67,7 @@ const userSchema = new mongoose.Schema({
},
pronouns:{
type: mongoose.SchemaTypes.String,
required: true,
optional: true,
default: ""
},
signature: {