Change typing of Category contents to only Array

(cherry picked from commit d3384e17f10d0baca70db7993df14100485be9da)
このコミットが含まれているのは:
syeopite 2021-05-08 06:01:17 -07:00
コミット ea6434662d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6FA616E5A5294A82
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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))?