Remove accidental newline

This commit is contained in:
110Percent 2022-02-26 13:40:38 -05:00
parent b031ea762e
commit 8f65bd583d

View file

@ -184,7 +184,6 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card =
proc parseTweet(js: JsonNode): Tweet =
if js.isNull: return
result = Tweet(
id: js{"id_str"}.getId,
threadId: js{"conversation_id_str"}.getId,