Split user

This commit is contained in:
Mr Swift
2024-08-22 13:58:09 +03:30
parent 3d059cad1f
commit 10be64ec43
22 changed files with 618 additions and 307 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const ScoreSchema = mongoose.Schema({
},
userId: {
type: String,
ref: 'User'
ref: 'UserGPS'
},
})