From 42184d461dfcf63162dc2e9b94b400fb6c125dc9 Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai Date: Sat, 13 Jul 2024 02:22:57 +0700 Subject: [PATCH] fix: build error --- .changeset/pre.json | 3 ++- .changeset/shikanoko-nokonoko-koshitantan.md | 5 +++++ apps/web/src/pages/[studyProgram]/schedule/import/index.tsx | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/shikanoko-nokonoko-koshitantan.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 7c466ecff..c2e1d4d83 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ }, "changesets": [ "real-mails-beg", - "rich-grapes-kiss" + "rich-grapes-kiss", + "shikanoko-nokonoko-koshitantan" ] } diff --git a/.changeset/shikanoko-nokonoko-koshitantan.md b/.changeset/shikanoko-nokonoko-koshitantan.md new file mode 100644 index 000000000..cbec7a73d --- /dev/null +++ b/.changeset/shikanoko-nokonoko-koshitantan.md @@ -0,0 +1,5 @@ +--- +"web": minor +--- + +feat: schedule import part 2 diff --git a/apps/web/src/pages/[studyProgram]/schedule/import/index.tsx b/apps/web/src/pages/[studyProgram]/schedule/import/index.tsx index 8d89cb81b..1bbcb5d35 100644 --- a/apps/web/src/pages/[studyProgram]/schedule/import/index.tsx +++ b/apps/web/src/pages/[studyProgram]/schedule/import/index.tsx @@ -120,7 +120,7 @@ export async function getServerSideProps( }) }) ) - ).filter((x) => x !== null) + ).filter((x) => x !== null) as ScheduleItem[] return { props: {