change format file

This commit is contained in:
joseph le 2023-09-11 09:37:39 +07:00
parent 48a261b9d9
commit c81cca57e5
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
});
});
listLine.map((u) => {
if (listExcludeErr.filter((err) => u.includes(err)).length === 0) {
if (listExcludeErr.filter((err) => data[u - 1].includes(err)).length === 0) {
detectedLines.push(data[u - 1]);
}
});