mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
fix ctl model type
This commit is contained in:
@ -32,7 +32,7 @@ type TopicTag struct {
|
||||
TranslatedName string `json:"translatedName"`
|
||||
Slug string `json:"slug"`
|
||||
Questions []Question `json:"questions"`
|
||||
Frequencies float64 `json:"frequencies"`
|
||||
Frequencies string `json:"frequencies"`
|
||||
Typename string `json:"__typename"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user