diff --git a/hive/server/bridge_api/methods.py b/hive/server/bridge_api/methods.py index cf6ce6515b0fca1b48b8c3b85164aa3b8e1a836f..8599b23b91518f62a09bb0654aa8cde57f1c4842 100644 --- a/hive/server/bridge_api/methods.py +++ b/hive/server/bridge_api/methods.py @@ -103,7 +103,7 @@ async def get_post(context, author, permlink, observer=None): valid_account(author) valid_permlink(permlink) - blacklists_for_user = None + blacklists_for_user = None if observer and context: blacklists_for_user = await Mutes.get_blacklists_for_observer(observer, context)