Bank account

This commit is contained in:
Mr Swift
2024-08-05 18:13:25 +03:30
parent b500b8db84
commit 9d8ad87452
5 changed files with 76 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ module.exports.changeStatus = [
birthDate: data.birthDate,
walletBalance:userPreData?.walletBalance | 0
},
{ new: true}
{ new: true }
)
res.status(200).json({ msg: 'با موفقیت به روز شد', data:userData })
break;