- scheda prodotto migliorata
- aggiornamento filtri
This commit is contained in:
@@ -463,7 +463,7 @@ exports.getTableContentBase = async (options) => {
|
||||
return output;
|
||||
|
||||
} catch (error) {
|
||||
output = `${error.response.data.error || error.stack || error.message}`;
|
||||
output = `${error?.response?.data?.error || error?.stack || error.message}`;
|
||||
console.error("Errore nel recupero della tabella: ", `${error.response.data.error || error.stack || error.message}`);
|
||||
if (options.outhtml) {
|
||||
output = `
|
||||
|
||||
Reference in New Issue
Block a user