Skip to content

Commit

Permalink
refactor: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim committed Jun 5, 2024
1 parent 6b8533b commit 1221617
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ const getApiAuthNetwork = async (
if (!fsBtn) {
throw Error;
}
const el =
fsBtn.parentElement?.parentElement?.querySelector(
"button"
) as HTMLButtonElement;
el.click();
const el =
fsBtn.parentElement?.parentElement?.querySelector(
"button"
) as HTMLButtonElement;
el.click();
break;
}
case "mp3": {
Expand Down

0 comments on commit 1221617

Please sign in to comment.