Skip to content

Commit

Permalink
Merge pull request #371 from zikriya/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zikriya authored Jan 31, 2024
2 parents 85cab5c + 0fc2cd7 commit ff75997
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/controllers/api/v1/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,7 @@ module.exports = function (router: any) {
query["isAllowedOnMultiSwap"] = false;
}

if (
Object.keys(query).length &&
req.query.network &&
req.query.priority === "true"
) {
if (Object.keys(query).length && req.query.priority === "true") {
filter = [
{
$facet: {
Expand Down

0 comments on commit ff75997

Please sign in to comment.