Bank account
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user