Skip to content

Commit

Permalink
fix: intervalHandle
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious committed Mar 30, 2024
1 parent 7c41c17 commit 60644bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/controller/player.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class PlayerController {

socket.on('disconnect', () => {
this.logger.info(`Disconnected: ${socket.id}`)
clearInterval(intervalHandle)
})
}

Expand Down

0 comments on commit 60644bd

Please sign in to comment.