From 61f37df7d1eb3af123f8fda39526bd49c5cae284 Mon Sep 17 00:00:00 2001 From: Gamaliel Garcia <46827955+EGAMAGZ@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:38:43 -0600 Subject: [PATCH] style: Removed FIXME comment --- src/paska-ovo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paska-ovo.ts b/src/paska-ovo.ts index 5de1237..2e45610 100644 --- a/src/paska-ovo.ts +++ b/src/paska-ovo.ts @@ -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; }