Skip to content

Commit

Permalink
style: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurielle authored and actions-user committed Jan 12, 2025
1 parent 3f0c27a commit 7630cea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apps/app/src/electron/game-overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,12 @@ class GameOverlay {
this.injectByPID(pid)
}
}, 1000)
setTimeout(() => {
clearInterval(interval)
}, 5 * 60 * 1000)
setTimeout(
() => {
clearInterval(interval)
},
5 * 60 * 1000,
)
}

public injectByPID(pid: number) {
Expand Down

0 comments on commit 7630cea

Please sign in to comment.