Skip to content

Commit

Permalink
Merge pull request #2 from clawoflight/64-bit-workratio
Browse files Browse the repository at this point in the history
Change type of Fields::workratio to i64
  • Loading branch information
msuchane authored Mar 23, 2024
2 parents 7b09d8a + 2dfe74b commit b461248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/issue_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub struct Fields {
pub aggregatetimeoriginalestimate: Option<i32>,
pub progress: Progress,
pub aggregateprogress: Progress,
pub workratio: i32,
pub workratio: i64,
pub summary: String,
pub creator: User,
pub project: Project,
Expand Down

0 comments on commit b461248

Please sign in to comment.