- aggiornamento refreshtoken (parte 1)
- PCB: fix listino
This commit is contained in:
@@ -402,6 +402,9 @@ router.post('/import', authenticate, async (req, res) => {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return res.status(200).send({ updated, imported, errors });
|
||||
|
||||
} else if (cmd === shared_consts.Cmd.PRODUCTS_V2) {
|
||||
let mydata = `[${data.arrdata}]`;
|
||||
dataObjects = mydata.replace(/\n/g, '');
|
||||
|
||||
Reference in New Issue
Block a user