mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-12 13:05:41 +03:00
log clear
This commit is contained in:
parent
6c0509e37f
commit
e599880394
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user