From b80e54dcf2992467b44027622689ff6ee5122689 Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai Date: Sat, 13 Jul 2024 02:36:40 +0700 Subject: [PATCH] fix: build error --- .changeset/shikanoko-nokonoko-koshitantan.md | 5 +++++ apps/web/src/pages/[studyProgram]/schedule/import/index.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/shikanoko-nokonoko-koshitantan.md 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: {