Skip to content

Commit

Permalink
Merge pull request #208 from pulsar-edit/quick-to-prod/search-query
Browse files Browse the repository at this point in the history
Fix typo on `qeury` => `query`
  • Loading branch information
confused-Techie authored Dec 13, 2023
2 parents 3867143 + 2305d31 commit d3a6045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/getPackagesSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
params: {
sort: (context, req) => { return context.query.sort(req); },
page: (context, req) => { return context.query.page(req); },
direction: (context, req) => { return context.qeury.dir(req); },
direction: (context, req) => { return context.query.dir(req); },
query: (context, req) => { return context.query.query(req); }
},

Expand Down

0 comments on commit d3a6045

Please sign in to comment.