Skip to content
Snippets Groups Projects
Commit ac25a184 authored by Gandalf's avatar Gandalf
Browse files

[JES] Fix a typo in last commit. English teachers always said I was too comma happy.

parent 4624142e
No related branches found
No related tags found
5 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!16Dk issue 3 concurrent block query rebase,!15Dk issue 3 concurrent block query
......@@ -117,7 +117,7 @@ async def get_ranked_posts(context, sort, start_author='', start_permlink='',
hive_posts_cache.total_votes AS total_votes, hive_posts_cache.flag_weight AS flag_weight,
hive_posts_cache.sc_trend AS sc_trend, hive_accounts.id AS acct_author_id,
hive_roles.title as role_title, hive_communities.title AS community_title, hive_roles.role_id AS role_id,
hive_posts.is_pinned AS is_pinned,
hive_posts.is_pinned AS is_pinned
FROM hive_posts_cache JOIN hive_posts ON (hive_posts_cache.post_id = hive_posts.id)
JOIN hive_accounts ON (hive_posts_cache.author = hive_accounts.name)
LEFT OUTER JOIN hive_communities ON (hive_posts_cache.community_id = hive_communities.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment