Skip to content

Commit

Permalink
rename note
Browse files Browse the repository at this point in the history
  • Loading branch information
roadscape committed Feb 12, 2020
1 parent ead36df commit 6aeae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive/server/bridge_api/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _condenser_post_object(row, truncate_body=0):
'hide': row['is_hidden'],
'gray': row['is_grayed'],
'total_votes': row['total_votes'],
'flag_weight': row['flag_weight']}
'flag_weight': row['flag_weight']} # TODO: down_weight

# import fields from legacy object
assert row['raw_json']
Expand Down

0 comments on commit 6aeae5f

Please sign in to comment.