Skip to content

Commit

Permalink
feat(series): Changed types to match backend responses (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeffer authored Dec 10, 2023
1 parent 646e8cf commit e98ecd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SemesterPicker/SemesterPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ interface SeriesListItem {
order: number
deadline: string
complete: boolean
frozen_results: string | null
semester: number
}

Expand Down

0 comments on commit e98ecd6

Please sign in to comment.