Skip to content

Commit

Permalink
Case struct UdpatedOn field typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekuro committed Aug 24, 2023
1 parent c97b3a4 commit ec68780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Case struct {
Title string `json:"title"`
TypeID int `json:"type_id"`
UpdatedBy int `json:"updated_by"`
UdpatedOn int `json:"updated_on"`
UpdatedOn int `json:"updated_on"`
State int `json:"custom_state,omitempty"`
CustomTestRunConfig []int `json:"custom_testrun_configs,omitempty"`
}
Expand Down

0 comments on commit ec68780

Please sign in to comment.