Shop Purchase Update

This commit is contained in:
2025-04-13 04:53:44 -04:00
parent 01d8986dd2
commit bc1fb0e3c7
3 changed files with 156 additions and 136 deletions

View File

@@ -12,7 +12,7 @@ const userSchema = new mongoose.Schema({
bio: String,
avatar: Number,
points: Number,
inventory: Array,
inventory: Array<Number>,
friends: Array<String>,
requests: Array<String>,
});