Skip to content

Commit

Permalink
馃悰 Fix limit not working properly because of UserAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
KirianCaumes committed Nov 15, 2023
1 parent 3b7337c commit b38d3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marketplace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default abstract class Marketplace {
headers: {
// cspell: disable-next-line
'X-PJAX': 'true',
'User-Agent': new UserAgent().toString(),
'User-Agent': new UserAgent({ platform: 'Win32' }).toString(),
},
}

Expand Down

0 comments on commit b38d3a4

Please sign in to comment.