Skip to content

Commit 895fe0e

Browse files
authored
Merge pull request #515 from penguin-statistics/dev
Release v3.14.9
2 parents db2e7d0 + b8f25bb commit 895fe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/model/v3/item.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type Item struct {
1212
Existence json.RawMessage `json:"existence" swaggertype:"object"`
1313
SortID int `json:"sortId"`
1414
Rarity int `json:"rarity"`
15-
Type string `json:"type"`
15+
ItemType string `json:"type"`
1616
Group null.String `json:"group,omitempty" swaggertype:"string"`
1717
Sprite null.String `json:"sprite,omitempty" swaggertype:"string"`
1818
Keywords json.RawMessage `json:"keywords,omitempty" swaggertype:"object"`

0 commit comments

Comments
 (0)