Skip to content

Commit

Permalink
Fix failed submission status request
Browse files Browse the repository at this point in the history
  • Loading branch information
avborup committed Sep 16, 2024
1 parent 95d0565 commit 6b44350
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 6b44350

Please sign in to comment.