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