Skip to content

Commit

Permalink
Merge branch 'dev' into feat/add-wishlist
Browse files Browse the repository at this point in the history
  • Loading branch information
doxylee authored Jan 24, 2024
2 parents ae3dd77 + 3a99193 commit 3248310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/search.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function orderFilter(order: string[] | undefined): orderFilterType[] {
}

orderDict[orderBy[orderBy.length - 1]] = order;
orderFilter.push(orderDictHelper(orderBy.slice(1), order));
orderFilter.push(orderDict);
});
return orderFilter;
}
Expand Down

0 comments on commit 3248310

Please sign in to comment.