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: {