Skip to content

Commit

Permalink
Fix typo on qeury => query
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Dec 13, 2023
1 parent 3867143 commit 2305d31
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 2305d31

Please sign in to comment.