Skip to content

Commit

Permalink
Fix JudgeTaskBody
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy authored Oct 4, 2023
1 parent 864d35e commit 5892cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/server/handler/problem.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func putProblemPackage(ginCtx *gin.Context) {

type judgeTaskBody struct {
Src string `json:"src"`
SrcLanguage string `json:"srcLanguage"`
SrcLanguage string `json:"src_language"`
}

// postJudgeTask
Expand Down

0 comments on commit 5892cec

Please sign in to comment.