-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Lines 79 to 82 in f592a0c
| return; // @TODO remove this line when fluence will be fixed | |
| for (let i = 0; i < posts.length; i++) { | |
| const post = posts[i]; | |
| queryVotes(post.id).then((votes) => { |