Skip to content

Commit

Permalink
fix broken Division field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Dec 21, 2023
1 parent 13bbf6e commit 19e49d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use super::{PaginatedResponse, Team, Skill, Award, Match, Ranking};
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct Division {
id: i32,
name: Season,
name: String,
order: i32,
}

Expand Down

0 comments on commit 19e49d0

Please sign in to comment.