1
0
Fork 0

Possibly fixed #27

This commit is contained in:
マリウス 2023-06-15 10:05:19 -05:00
parent 8d927add42
commit 98c323d18b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ type CategoryModel struct {
TopicTemplate string `json:"topic_template"`
HasChildren bool `json:"has_children"`
SortOrder string `json:"sort_order"`
SortAscending string `json:"sort_ascending"`
SortAscending bool `json:"sort_ascending"`
ShowSubcategoryList bool `json:"show_subcategory_list"`
NumFeaturedTopics int `json:"num_featured_topics"`
DefaultView string `json:"default_view"`