Skip to content

Commit

Permalink
Remove enter
Browse files Browse the repository at this point in the history
  • Loading branch information
simonppg committed Sep 13, 2023
1 parent 353be02 commit 929ca59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NoteValidator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export class NoteValidator {

isValid (note: string): boolean {
if (note < 'A' || note > 'G') { return false }
return true
Expand Down

0 comments on commit 929ca59

Please sign in to comment.