Fix 'unknown' compilation error

このコミットが含まれているのは:
Zed 2022-11-27 17:27:07 +01:00
コミット 9bae009bbc
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -82,7 +82,7 @@ proc parseUnifiedCard*(json: string): Card =
component.parseMedia(card, result)
of buttonGroup:
discard
of unknown:
of ComponentType.unknown:
echo "ERROR: Unknown component type: ", json
case component.kind