/api/backupProduct
This commit is contained in:
parent
f0f9c58167
commit
a5a4c1fc4c
|
|
@ -392,7 +392,7 @@ Route.post("/api/backupProduct", async ({ request, response }) => {
|
|||
line:res.data[index].line.join(","),
|
||||
file:res.data[index].fileName,
|
||||
warehouse:res.data[index].warehouse,
|
||||
created_at: DateTime
|
||||
created_at: new Date()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue