From a9d6af93645b233bae9560c594fe7b16cac98286 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 4 Oct 2023 09:14:07 +0700 Subject: [PATCH] change runtimeCheckLog --- app/utils/runtimeCheckLogs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index 68af835..0ff61c0 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -108,7 +108,6 @@ export async function runtimeCheckLogs(folderPath) { let allValue = await KeyValue.all(); const allReport = await LogReport.query() .whereRaw(`DATE(created_at) = ?`, [today]) - .fetch(); console.log(allReport)