Skip to content

Commit

Permalink
fix: remove extra curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim committed Feb 21, 2025
1 parent 99795b0 commit e79033b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const main = (): void => {
let isPDFOnly = false;
if (isOfficial) {
isPDFOnly = !document.querySelector("#playerControls");
}
}
new Promise(() => {
let noSub = isMobile
Expand Down

0 comments on commit e79033b

Please sign in to comment.