Skip to content

Commit

Permalink
deprecate usage of request lib
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 22, 2024
1 parent c269eff commit 52ad7a6
Show file tree
Hide file tree
Showing 14 changed files with 128 additions and 467 deletions.
2 changes: 1 addition & 1 deletion dev/findProMatches.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { db } = await import('../store/db.js');
const { generateJob, getSteamAPIData } = await import('../util/utility.js');

async function getPage(url: string, leagueid: number) {
const data: any = await getSteamAPIData(url);
const data: any = await getSteamAPIData({url});
console.log(
leagueid,
data.result.total_results,
Expand Down
Loading

0 comments on commit 52ad7a6

Please sign in to comment.