edit getList w/out setupID

This commit is contained in:
AlfandiMario
2024-11-12 14:44:41 +07:00
parent 0b04f76f9e
commit aa91585650
6 changed files with 14 additions and 71 deletions

View File

@@ -185,9 +185,8 @@ async function getLists(status: string) {
// const statusOutbox = config.statusOutbox;
const startDate = config.startDate;
const endDate = config.endDate;
const setupID = config.mcuID;
var resp = await getListOutbox(statusOutbox, startDate, endDate, setupID);
var resp = await getListOutbox(statusOutbox, startDate, endDate);
if (resp["status"] != "OK") {
logging.error(NAME_SPACE, "\t Error get outbox data", resp);
logging.error(NAME_SPACE, "\t Error: ", resp);