From ff4ac9442c0e4adbb558109e22faaea1d9b1b01d Mon Sep 17 00:00:00 2001 From: Harang Date: Thu, 26 Dec 2024 11:17:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=95=A9=EA=B2=A9=EC=9E=90=EB=B0=9C?= =?UTF-8?q?=ED=91=9C=20=EC=8B=9C=EA=B0=84=20=EB=B3=80=EA=B2=BD=20(#274)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- apps/web/src/lib/assets/data/event_status.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c0b43585..e30adf40 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,7 +19,7 @@ "source.fixAll.eslint": "explicit" }, "[typescriptreact]": { - "editor.defaultFormatter": "dbaeumer.vscode-eslint" + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" diff --git a/apps/web/src/lib/assets/data/event_status.json b/apps/web/src/lib/assets/data/event_status.json index b21f7e7e..c8b899f2 100644 --- a/apps/web/src/lib/assets/data/event_status.json +++ b/apps/web/src/lib/assets/data/event_status.json @@ -2,5 +2,5 @@ "status": "ONGOING", "applicationStartDateTime": "2024/11/18 00:00:00", "applicationEndDateTime": "2024/12/15 23:59:59", - "applicantAcceptanceDateTime": "2024/12/26 00:00:00" + "applicantAcceptanceDateTime": "2024/12/26 23:59:59" }