Skip to content

Commit

Permalink
fix: module indent can be negative
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-w committed Nov 12, 2024
1 parent 1a70834 commit 2963a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edu-ws/src/response/content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct Module {
#[serde(rename = "modplural")]
pub type_plural: String,
pub availability: Option<String>,
pub indent: u64,
pub indent: i64,
#[serde(rename = "onclick")]
pub on_click: Option<String>,
#[serde(rename = "afterlink")]
Expand Down

0 comments on commit 2963a8d

Please sign in to comment.