Skip to content

Commit

Permalink
Merge pull request #82 from avborup/fix/submission-error
Browse files Browse the repository at this point in the history
Fix failed submission status request
  • Loading branch information
avborup authored Sep 16, 2024
2 parents 95d0565 + 6b44350 commit 985703a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ enum SubmissionStage {
struct SubmissionStatusResponse {
status_id: u64,
testcase_index: u64,
testdata_groups_html: String,
feedback_html: String,
judge_feedback_html: String,
row_html: String,
}

Expand Down

0 comments on commit 985703a

Please sign in to comment.