log clear

This commit is contained in:
feruz 2021-01-19 13:19:53 +02:00
parent 6c0509e37f
commit e599880394

View File

@ -456,7 +456,7 @@ export const getActiveVotes = (author, permlink) =>
export const getRankedPosts = async (query, currentUserName, filterNsfw) => {
try {
let posts = await client.call('bridge', 'get_ranked_posts', query);
console.log(posts);
if (posts) {
posts = parsePosts(posts, currentUserName);