Skip to content

Commit

Permalink
chore: underscore unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Jun 27, 2023
1 parent 5abe8b5 commit 66ed5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v2/authenticatedSites/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SettingsRouter {
return next()
}

async getRepoPassword(req, res, next) {
async getRepoPassword(_req, res, _next) {
const { userWithSiteSessionData } = res.locals

const passwordRes = await this.settingsService.getEncryptedPassword(
Expand Down

0 comments on commit 66ed5a9

Please sign in to comment.