From f68727320b4eb346922e4ac6013a2fc90cdc3c87 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 26 Sep 2024 13:36:27 -0700 Subject: [PATCH] refactor: Remove duplicate declaration of 'combinations' in terserReservations function --- web/nuxt.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/nuxt.config.ts b/web/nuxt.config.ts index 95f58ad24..1b3687346 100644 --- a/web/nuxt.config.ts +++ b/web/nuxt.config.ts @@ -18,7 +18,6 @@ console.log('\n'); */ function terserReservations (inputStr: string) { const combinations = ['ace', 'i']; - const combinations = ['ace', 'i']; // Add 1-character combinations for (let i = 0; i < inputStr.length; i++) {