From ed97bfc1bba56e9bb747216072bef63faddca3c3 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 29 Nov 2023 09:24:47 +0700 Subject: [PATCH] update highlight --- app/Controllers/Http/LogsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Http/LogsController.ts b/app/Controllers/Http/LogsController.ts index 66163fc..53c7b7f 100644 --- a/app/Controllers/Http/LogsController.ts +++ b/app/Controllers/Http/LogsController.ts @@ -120,7 +120,7 @@ export default class LogsController { if ( listExcludeErr.filter((err) => data[u - 1].includes(err)).length === 0 ) { - if (MODEL_SPECIAL.filter((i) => data[u - 1].includes(i)).length > 0 || await checkSpecialVersion(line)!=="") { + if (MODEL_SPECIAL.filter((i) => data[u - 1].includes(i)).length > 0 || await checkSpecialVersion(data[u - 1])!=="") { modelSpecialDetected.push(data[u - 1]); } else { issueSpecialDetected.push(data[u - 1]);