Open NouraldinS opened 6 years ago
https://github.com/FACG4/w6_Stop_Go_Cont/blob/3cf9b4008ca7f119d676bbcf6cd25768b172b865/src/database/queries/checksignup.js#L11
Instead of result.rows.length There is an existing result.rowCount.
result.rows.length
result.rowCount
https://github.com/FACG4/w6_Stop_Go_Cont/blob/3cf9b4008ca7f119d676bbcf6cd25768b172b865/src/database/queries/checksignup.js#L11
Instead of
result.rows.length
There is an existingresult.rowCount
.