Change typing of Category contents to only Array

This commit is contained in:
syeopite 2021-05-08 06:01:17 -07:00
parent 0e96eda28f
commit d3384e17f1
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -232,7 +232,7 @@ class Category
include DB::Serializable
property title : String
property contents : Array(SearchItem) | SearchItem
property contents : Array(SearchItem)
property browse_endpoint_data : String?
property badges : Array(Tuple(String, String))?