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 42184d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"changesets": [
"real-mails-beg",
"rich-grapes-kiss"
"rich-grapes-kiss",
"shikanoko-nokonoko-koshitantan"
]
}
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 42184d4

Please sign in to comment.