update routes.ts
This commit is contained in:
parent
706edd21d5
commit
f4a2598c89
|
|
@ -70,7 +70,6 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
// console.log("--------->", fileList);
|
||||
//get date now
|
||||
//check new file
|
||||
|
||||
await fileList
|
||||
?.filter((i) => fileList_old.includes(i) === false)
|
||||
?.forEach((fileName) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue