This commit is contained in:
Mr Swift
2024-08-11 10:56:26 +03:30
parent 39f670164a
commit 21a6907d9f
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ module.exports.changeStatus = [
birthDate: data.birthDate,
walletBalance: userPreData?.walletBalance | 0,
dollarBalance: userPreData?.dollarBalance | 0,
score: userPreData?.score | 0
score: userPreData?.score | 0,
$push:{scope:'gps'}
},
{ new: true }
)