Skip to content

Commit a3c7d42

Browse files
committed
fix ctl model type
1 parent a45992e commit a3c7d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctl/models/tagproblem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type TopicTag struct {
3232
TranslatedName string `json:"translatedName"`
3333
Slug string `json:"slug"`
3434
Questions []Question `json:"questions"`
35-
Frequencies float64 `json:"frequencies"`
35+
Frequencies string `json:"frequencies"`
3636
Typename string `json:"__typename"`
3737
}
3838

0 commit comments

Comments
 (0)