Skip to content

Commit b461248

Browse files
author
Marek Suchánek
authored
Merge pull request #2 from clawoflight/64-bit-workratio
Change type of Fields::workratio to i64
2 parents 7b09d8a + 2dfe74b commit b461248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/issue_model.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub struct Fields {
7474
pub aggregatetimeoriginalestimate: Option<i32>,
7575
pub progress: Progress,
7676
pub aggregateprogress: Progress,
77-
pub workratio: i32,
77+
pub workratio: i64,
7878
pub summary: String,
7979
pub creator: User,
8080
pub project: Project,

0 commit comments

Comments
 (0)