Skip to content

Commit

Permalink
Merge branch 'dev' into dr-798
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaigneau5 authored Jul 5, 2023
2 parents 68199ca + 22751ed commit 88a3bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async function onlySecretariatOrBulkDownload (req, res, next) {
}
}

// Checks that the requester belongs to an org that has the 'SECREATARIAT' role
// Checks that the requester belongs to an org that has the 'SECRETARIAT' role
async function onlySecretariat (req, res, next) {
const org = req.ctx.org
const orgRepo = req.ctx.repositories.getOrgRepository()
Expand Down

0 comments on commit 88a3bdc

Please sign in to comment.