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)