1
0
mirror of https://github.com/zedeus/nitter synced 2024-11-25 03:09:22 +01:00

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