Open NouraldinS opened 6 years ago
https://github.com/FACG4/books/blob/448d3ab300d01a79c513e6c81ca6295976698ae3/src/database/queries/insertbooks.js#L7-L11
So it's either to return at the end of your if statement, or append an else to that if. But both? It's kinda pointless.
if
else
https://github.com/FACG4/books/blob/448d3ab300d01a79c513e6c81ca6295976698ae3/src/database/queries/insertbooks.js#L7-L11
So it's either to return at the end of your
if
statement, or append anelse
to thatif
. But both? It's kinda pointless.