Fix 'unknown' compilation error

This commit is contained in:
Zed 2022-11-27 17:27:07 +01:00
parent da4d6eabdd
commit 9bae009bbc

View file

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