change runtimeCheckLog
This commit is contained in:
		
							parent
							
								
									e71c36441e
								
							
						
					
					
						commit
						a9d6af9364
					
				| 
						 | 
					@ -108,7 +108,6 @@ export async function runtimeCheckLogs(folderPath) {
 | 
				
			||||||
          let allValue = await KeyValue.all();
 | 
					          let allValue = await KeyValue.all();
 | 
				
			||||||
          const allReport = await LogReport.query()
 | 
					          const allReport = await LogReport.query()
 | 
				
			||||||
          .whereRaw(`DATE(created_at) = ?`, [today])
 | 
					          .whereRaw(`DATE(created_at) = ?`, [today])
 | 
				
			||||||
          .fetch();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
          console.log(allReport)
 | 
					          console.log(allReport)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue