elzasimoes / 2020-express-tobeahero

🚀 Project created from the omnistack week by rocketseat.
0 stars 0 forks source link

Get profile error #3

Open elzasimoes opened 4 years ago

elzasimoes commented 4 years ago

(node:5040) UnhandledPromiseRejectionWarning: Error: Undefined binding(s) detected when compiling SELECT. Undefined column(s): [ong_id] query: select * from incidents where ong_id = ?

elzasimoes commented 4 years ago

const incidents = await connection('incidents') .where('ong_id', ong_id) .select('*');

elzasimoes commented 4 years ago

Just pass a valid authorization and it works