Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 6, 2024
1 parent 3c224ac commit ccbfe7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions routes/permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ function PermissionRoutes(server) {
},
handler: async (request, h) => {
const pid = await Permission.create(request.payload)
if (!pid) {
console.log(`POST /permission oops`) // TODO
}

const permission = await Permission.get({ id: pid })

Expand Down

0 comments on commit ccbfe7d

Please sign in to comment.