From e068e26d49821f47753715165248e6da5cbe11bf Mon Sep 17 00:00:00 2001 From: Lee sang Yeop Date: Tue, 19 Sep 2023 21:10:11 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=84=9C=EB=B2=84=EC=97=90=20=EC=9B=A8?= =?UTF-8?q?=EC=9D=BC=EB=B9=84=20=ED=81=AC=EB=A1=A4=EB=A7=81=20=EC=95=88?= =?UTF-8?q?=EB=90=9C=20=EB=AC=B8=EC=A0=9C=EB=A1=9C=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 2f3c4403..3bbd461d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -60,8 +60,8 @@ const forDeployedServer = () => { return; } console.log('웨일비 테이블 생성 성공!'); - saveWhalebeToDB(); }); }; -forDeployedServer(); +saveWhalebeToDB(); +// forDeployedServer();