Remove accidental newline
This commit is contained in:
parent
b031ea762e
commit
8f65bd583d
|
@ -184,7 +184,6 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card =
|
||||||
|
|
||||||
proc parseTweet(js: JsonNode): Tweet =
|
proc parseTweet(js: JsonNode): Tweet =
|
||||||
if js.isNull: return
|
if js.isNull: return
|
||||||
|
|
||||||
result = Tweet(
|
result = Tweet(
|
||||||
id: js{"id_str"}.getId,
|
id: js{"id_str"}.getId,
|
||||||
threadId: js{"conversation_id_str"}.getId,
|
threadId: js{"conversation_id_str"}.getId,
|
||||||
|
|
Loading…
Reference in New Issue