Explorar el Código

comment console.log

master
Dunja Djokic hace 4 años
padre
commit
b4636bece9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app.js

+ 1
- 1
app.js Ver fichero

@@ -108,7 +108,7 @@ app.get("/scrapes/:id/files/xml", async (req, res) => {

var o_id = new ObjectID(id);
let data = await collection.findOne({ _id: o_id });
console.log("Data", data)
// console.log("Data", data)

var input = {
...data,

Cargando…
Cancelar
Guardar