Skip to content

Commit

Permalink
Made getAllExamples return example id too.
Browse files Browse the repository at this point in the history
Relates #35
  • Loading branch information
Roger-Heathcote committed Apr 17, 2020
1 parent 00959d0 commit 272c4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function getAllExamples() {
.query(
`SELECT
users.username,
examples.id,
examples.owner_id,
examples.language,
examples.title,
Expand Down

0 comments on commit 272c4a2

Please sign in to comment.