Przeglądaj źródła

comment console.log

master
Dunja Djokic 4 lat temu
rodzic
commit
b4636bece9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      app.js

+ 1
- 1
app.js Wyświetl plik

@@ -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,

Ładowanie…
Anuluj
Zapisz