update format file log

This commit is contained in:
joseph le 2023-09-12 13:07:55 +07:00
parent bf9b46ff9e
commit 756bdaf05a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
let MODEL_SPECIAL = allValue.filter( let MODEL_SPECIAL = allValue.filter(
(i) => (i) =>
i.$original.key === "MODEL_SPECIAL" i.$original.key === "MODEL_SPECIAL"
); ).map(obj => obj.$original.value);
let listExcludeErr = allValue let listExcludeErr = allValue
.filter((i) => i.$original.key === "EXCLUDE_ERR") .filter((i) => i.$original.key === "EXCLUDE_ERR")