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
@@ -24,7 +24,7 @@ const WithdrawSchema = mongoose.Schema({
},
userId: {
type: String,
ref: 'User'
ref: 'UserGPS'
},
status: {
type: Number,