Skip to content

Commit

Permalink
Fix getPwd function
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 18, 2024
1 parent 4c52f46 commit 6718ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/excavator-web/etl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function loadKmails() {
}

async function getPwd() {
const request = await fetch(
const request = await f(
"https://www.kingdomofloathing.com/api.php?what=status&for=excavator",
);
const json = await request.json();
Expand Down

0 comments on commit 6718ec9

Please sign in to comment.