Skip to content

Commit

Permalink
Unpin search version to support latest game data (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Nov 15, 2024
1 parent 79d3c37 commit d9958a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export async function searchItemsV2(
// property to be returned, which is useful for reducing the response size.
// TODO: use @raw once it exists
fields: 'Name,ItemSearchCategory.Name,Icon,LevelItem.todo,Rarity',
version: '7.05x1',
});

const data = await fetch(`${searchUrl}?${params.toString()}`, {
Expand Down

0 comments on commit d9958a7

Please sign in to comment.