Skip to content

Commit

Permalink
sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Oct 24, 2023
1 parent 8cfdaae commit a68bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class Recorder {
}

lastShot() {
let last = this.last()
const last = this.last()
return this.state(this.states[last], [this.shots[last]])
}

Expand Down

0 comments on commit a68bf14

Please sign in to comment.