Change typing of Category contents to only Array
(cherry picked from commit d3384e17f10d0baca70db7993df14100485be9da)
This commit is contained in:
parent
0b7a108a59
commit
ea6434662d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue