From d015f4f5951b3c9f6cf74075fb5a68dd96ad5b9a Mon Sep 17 00:00:00 2001 From: Histmy Date: Sat, 24 Dec 2022 23:56:56 +0100 Subject: [PATCH] uz chapu --- src/utils/helpServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helpServer.ts b/src/utils/helpServer.ts index 3dbca43..11b97ee 100644 --- a/src/utils/helpServer.ts +++ b/src/utils/helpServer.ts @@ -11,7 +11,7 @@ createServer((_, res) => { for (const key in customAliasy) { const i = vsechnyKomandy.findIndex(komand => komand.name == customAliasy[key]); - if (i == -1) { log(new Error(`ičko neexistuje. hledal sem "${key}"`)); continue; } + if (i == -1) continue; (vsechnyKomandy[i].als ??= []).push(key); }