Skip to content

Commit

Permalink
CSDK/fixed_compatible_transforms_parsing
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ZhmakAS committed Jan 10, 2025
1 parent 3d7e1f4 commit 155cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/contract_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (c *ContractGroup) UnmarshalJSON(data []byte) error {
}

if temp.Group != "" {
group.GroupName = temp.GroupName
group.GroupName = temp.Group
}

if len(temp.Keys) != 0 {
Expand Down

0 comments on commit 155cb35

Please sign in to comment.