From 65535a3ba4766e1c4ea7f1b95b568e9018f7fc7c Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 4 Oct 2023 09:26:14 +0700 Subject: [PATCH] change runtimeCheckLog --- app/utils/runtimeCheckLogs.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index 8886ebf..57e5aa5 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -175,11 +175,11 @@ export async function runtimeCheckLogs(folderPath) { ); if (checkLog?.length === 0) { - await LogReport.create({ - detected_content: value, - line: index + 1, - id_file: log?.id_ldf, - }); + // await LogReport.create({ + // detected_content: value, + // line: index + 1, + // id_file: log?.id_ldf, + // }); lines.push(index + 1); } }