- Cron Completato

This commit is contained in:
Surya Paolo
2025-05-08 00:53:33 +02:00
parent 58839c32e1
commit 240a7be7f1
5 changed files with 71 additions and 57 deletions

View File

@@ -933,7 +933,6 @@ exports.updateAllBook = async (idapp, options) => {
try {
const macro = new Macro(idapp); // Crea un'istanza della classe Macro
options.idapp = idapp;
return await macro.updateLocalDbFromGM_T_Web_Articoli(options);
} catch (e) {