Skip to content

Commit

Permalink
Housekeeping - flag param as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Sep 12, 2024
1 parent 099e8de commit 7c37613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/return-versions/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const ProcessSteps = require('./process-steps.js')

async function returnVersions (request, h) {
async function returnVersions (_request, h) {
ProcessSteps.go()

return h.response().code(204)
Expand Down

0 comments on commit 7c37613

Please sign in to comment.