Skip to content

Commit

Permalink
fixed prod
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragrao04 committed Oct 7, 2023
1 parent 8762fa8 commit 47eea1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<main>
{#key leaderboard}
{#await leaderboard}
{#await leaderboard then}
<Background info={leaderboard} />
{/await}
{/key}
Expand Down
4 changes: 0 additions & 4 deletions src/routes/Background.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
}
let binified = info
.then((info) => {
console.log(info);
return info;
})
.map(extractInfo)
.map((extracted) => [
binString(chars(extracted.id).slice(0, randInt(6))),
Expand Down

0 comments on commit 47eea1c

Please sign in to comment.