From 577d70bfa1eaa47a13cf91101bd1064c350fff4a Mon Sep 17 00:00:00 2001 From: parkseongheum Date: Sun, 6 Aug 2023 16:06:48 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=8B=9C=EA=B0=84=ED=91=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/session.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants/session.ts b/constants/session.ts index d0f5ede..fc215f3 100644 --- a/constants/session.ts +++ b/constants/session.ts @@ -502,11 +502,11 @@ const Day2: TimeTable[] = [ room_num: ['101/102'], }, { - title: 'Django Apps at Scale: Mistakes to Avoid', - id: '11', - host_name: 'Kushal Vijay', + title: '', + id: '', + host_name: '', room_num: ['103'], - category: '파이썬', + category: undefined, }, { title: '', From 9033eb795493c67aed2584849aa64306b22741a5 Mon Sep 17 00:00:00 2001 From: parkseongheum Date: Sun, 6 Aug 2023 16:10:04 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=8B=9C=EA=B0=84=ED=91=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/session.ts b/constants/session.ts index fc215f3..aa79fc8 100644 --- a/constants/session.ts +++ b/constants/session.ts @@ -545,7 +545,7 @@ const Day2: TimeTable[] = [ category: '웹 서비스', }, { - title: '아래아한글_이렇게도 활용할 수 있어요.', + title: '파이썬-아래아한글 업무자동화, 이렇게도 활용할 수 있어요!', id: '20', host_name: '신명진', room_num: ['104/105'],