Send Coins
This commit is contained in:
@@ -337,6 +337,10 @@ router.post('/settable', authenticate, async (req, res) => {
|
||||
if (alreadyexist) {
|
||||
return res.send({code: server_constants.RIS_CODE_REC_ALREADY_EXIST_NAME});
|
||||
}
|
||||
alreadyexist = await Circuit.findOne({idapp, symbol: mydata.symbol});
|
||||
if (alreadyexist) {
|
||||
return res.send({code: server_constants.RIS_CODE_REC_ALREADY_EXIST_SYMBOL});
|
||||
}
|
||||
}
|
||||
|
||||
if (shared_consts.TABLES_UPDATE_LASTMODIFIED.includes(params.table)) {
|
||||
|
||||
Reference in New Issue
Block a user