Change typing of Category contents to only Array

(cherry picked from commit d3384e17f1)
pull/2228/head
syeopite 3 years ago
parent 0b7a108a59
commit ea6434662d
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -230,7 +230,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))?

Loading…
Cancel
Save