Skip to content

Commit

Permalink
Update queries.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt authored May 20, 2022
1 parent a5a0216 commit 6cd23fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const User = require('./models/User')
const UserCommand = require('./models/UserCommand')

module.exports = {
allUsers() {
return User.query()
},

showUser(id) {
return User.query()
.where('id', id)
Expand Down Expand Up @@ -67,4 +63,4 @@ module.exports = {



}
}

0 comments on commit 6cd23fc

Please sign in to comment.