test shell script
This commit is contained in:
parent
f6dae33028
commit
be223ce3d8
|
|
@ -215,7 +215,6 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
// "select * from log_reports where id_file = " +
|
||||
// fileDetect?.id_ldf
|
||||
// );
|
||||
|
||||
//Get all report newest
|
||||
let listReport = await getListLineByItem(
|
||||
logsDetect.map((obj) => obj.$original).filter((l) => l.line > lastLine)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ const ManageValues = () => {
|
|||
console.log(error);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
getValues();
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in New Issue