fix:typo
This commit is contained in:
parent
b0b895f9bd
commit
9e57ee76c5
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ type Task struct {
|
||||||
ContestId *int32 `db:"contest_id"`
|
ContestId *int32 `db:"contest_id"`
|
||||||
ProblemId *int32 `db:"problem_id"`
|
ProblemId *int32 `db:"problem_id"`
|
||||||
Position *int32 `db:"position"`
|
Position *int32 `db:"position"`
|
||||||
position_name *string `db:"position_name"`
|
PositionName *string `db:"position_name"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue