Skip to content

Commit 90f5311

Browse files
authored
Merge pull request #348 from steemit/#347
2 parents e0fd8f3 + b85e18b commit 90f5311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hive/indexer/custom_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def reblog(cls, account, op_json, block_date):
133133

134134
if 'delete' in op_json and op_json['delete'] == 'delete':
135135
DB.query("DELETE FROM hive_reblogs WHERE account = :a AND "
136-
"post_id = :pid LIMIT 1", a=blogger, pid=post_id)
136+
"post_id = :pid", a=blogger, pid=post_id)
137137
if not DbState.is_initial_sync():
138138
FeedCache.delete(post_id, blogger_id)
139139

0 commit comments

Comments
 (0)