change runtimeCheckLog

This commit is contained in:
joseph le 2023-10-04 09:14:07 +07:00
parent e71c36441e
commit a9d6af9364
1 changed files with 0 additions and 1 deletions

View File

@ -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)