Skip to content

Commit

Permalink
style: Removed FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EGAMAGZ committed Apr 20, 2024
1 parent 3599c36 commit 61f37df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paska-ovo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class PaskaOvo {
*/
private handleKeyEvent(event: KeyboardEvent, easterEggs: EasterEgg[]) {
const { key } = event;
//FIXME: Why when is used this.easterEgss is undefined

if (easterEggs.length === 0) {
return;
}
Expand Down

0 comments on commit 61f37df

Please sign in to comment.