refactor: update log

This commit is contained in:
Methapon Metanipat 2024-11-07 15:17:58 +07:00
parent fc460eceea
commit abcb445b40

View file

@ -22,7 +22,7 @@ const jobs = [
data: { quotationStatus: "Expired" }, data: { quotationStatus: "Expired" },
}) })
.then(() => console.log("[INFO]: Update expired quotation status, OK.")) .then(() => console.log("[INFO]: Update expired quotation status, OK."))
.catch((e) => console.error(e)); .catch((e) => console.error("[ERR]: Update expired quotation status, FAILED.", e));
}, },
}), }),
]; ];