1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-24 20:32:49 -05:00

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,