Skip to content

Commit

Permalink
Merge pull request #336 from eternagame/collections
Browse files Browse the repository at this point in the history
Fix puzzle searching on collections
  • Loading branch information
luxaritas authored Oct 31, 2022
2 parents d8f98f9 + 685f673 commit db5adf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
async dofetchData() {
const res = await axios.get(
`/get/?type=puzzles&puzzle_type=AllChallengesPuzzle&size=10${
`/get/?type=puzzles&puzzle_type=AllChallengesPuzzle&sort=date&size=10${
this.targetName ? `&search=${this.targetName}` : ''
}`,
);
Expand Down

0 comments on commit db5adf0

Please sign in to comment.