| app.js | ●●●●● patch | view | raw | blame | history | |
| lib/db.js | ●●●●● patch | view | raw | blame | history |
app.js
@@ -29,7 +29,7 @@ return res.send({status: "error", error: "access denied"}) } else { console.log("NO AUTH FOR ", req.url) console.log("AUTH FOR ", req.url) } }) lib/db.js
@@ -312,6 +312,7 @@ WHERE (or2.ref_id = ${ref_id} OR parent_id = ${ref_id}) ORDER BY usr_id ` console.log(q) const [results] = await pool.query(q) return results }