Skip to content

Commit cbf1634

Browse files
author
l
committed
normalise var names
1 parent aff7dcf commit cbf1634

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/course.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ fn parse_issue(issue: &Issue) -> Result<Option<(NonZeroUsize, Option<Assignment>
229229
html_url: html_url.clone(),
230230
optionality,
231231
assignment_descriptor_id: *number,
232+
assignment_issue_id: *number,
232233
}),
233234
"Codility" => {
234235
// TODO: Handle these.

0 commit comments

Comments
 (0)