Skip to content

Commit

Permalink
fix: update moduleMap type from string to map[string]string
Browse files Browse the repository at this point in the history
  • Loading branch information
miancan committed Apr 24, 2024
1 parent 769b471 commit 4fc9845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ type SuiMoveNormalizedModule struct {
}

type SuiRawMovePackage struct {
Id string `json:"id,omitempty"`
ModuleMap string `json:"moduleMap,omitempty"`
Id string `json:"id,omitempty"`
ModuleMap map[string]string `json:"moduleMap,omitempty"`
}

type SuiRawData struct {
Expand Down

0 comments on commit 4fc9845

Please sign in to comment.