Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Aug 25, 2023
1 parent ae9fa02 commit 03794a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ proc parseGraphConversation*(js: JsonNode; tweetId: string): Conversation =
if self:
result.after = thread
else:
echo "adding thread: ", thread.content.len
result.replies.content.add thread
elif entryId.startsWith("cursor-bottom"):
result.replies.bottom = e{"content", "itemContent", "value"}.getStr
Expand Down

0 comments on commit 03794a8

Please sign in to comment.