From e956bec9c5f827f90503c2196cfec020862b5372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Wed, 9 Oct 2024 09:04:33 +0900 Subject: [PATCH] fix: remove dummy empty strings --- build/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/index.ts b/build/index.ts index a7c0eb9..e1cf0b8 100644 --- a/build/index.ts +++ b/build/index.ts @@ -2,6 +2,3 @@ import * as dotenv from "dotenv"; // load environment variables (if you have them) dotenv.config(); console.log("Welcome to ts-template"); - -const _EMPTY_STRING_TEST_1 = ""; -const _EMPTY_STRING_TEST_2 = "";