Skip to content
Snippets Groups Projects
Commit 3b845898 authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] Guess what I forgot again!

parent afde00cd
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ async def get_relationship_between_accounts(context, account1, account2, observe
following = (SELECT id FROM hive_accounts WHERE name = :account2)
"""
sql_result = db.query_all(sql, account1=account1, account2=account2)
sql_result = await db.query_all(sql, account1=account1, account2=account2)
result = {
'follows': False,
......
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