refactor: update log
This commit is contained in:
parent
fc460eceea
commit
abcb445b40
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue