Skip to content

Commit

Permalink
Merge pull request #1113 from qtomlinson/qt/fix_conda_route
Browse files Browse the repository at this point in the history
Fix originConda route
  • Loading branch information
lumaxis authored May 7, 2024
2 parents 78665b7 + caf45b1 commit 73e2145
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 73e2145

Please sign in to comment.