Skip to content

Commit

Permalink
Fix originConda route
Browse files Browse the repository at this point in the history
  • Loading branch information
qtomlinson committed May 7, 2024
1 parent 78665b7 commit caf45b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/originConda.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function fetchCondaRepoData(channel, subdir) {
return repoData
}

router.get('/:channel/:subdir/:name/revisions', asyncMiddleware(getOriginCondaRevisions()))
router.get('/:channel/:subdir/:name/revisions', asyncMiddleware(getOriginCondaRevisions))

async function getOriginCondaRevisions(request, response) {
let { channel, subdir, name } = request.params
Expand Down

0 comments on commit caf45b1

Please sign in to comment.