Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domi7777 committed Nov 14, 2024
1 parent 5323810 commit 18baf30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scenes/PadsScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export abstract class PadsScene extends Phaser.Scene {
protected getPadText(_index: number): string | undefined {
return undefined;
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars

onSettingChange(setting: Setting) {
logger.log('Setting changed', JSON.stringify(setting));
}
Expand Down

0 comments on commit 18baf30

Please sign in to comment.