Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pejosonic committed Nov 1, 2024
1 parent ba7b78b commit 45a7d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/queue/display/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function updateScreenSystem() {
if (queue.isAwaiting()) {
//player is awaiting to enter
enable()
setScreen(SCREENS.syncing)
setScreen(SCREENS.syncing)
} else {
//player not in queue
disable()
Expand Down
2 changes: 1 addition & 1 deletion src/queue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function isActive(): boolean {
return false
}

export function isAwaiting( ) {
export function isAwaiting() {
return addPlayerRequested
}

Expand Down

0 comments on commit 45a7d05

Please sign in to comment.