Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 12, 2024
1 parent f475578 commit b80e54d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shikanoko-nokonoko-koshitantan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": minor
---

feat: schedule import part 2
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export async function getServerSideProps(
})
})
)
).filter((x) => x !== null)
).filter((x) => x !== null) as ScheduleItem[]

return {
props: {
Expand Down

0 comments on commit b80e54d

Please sign in to comment.