Skip to content
Snippets Groups Projects
Commit 9ecbaf8b authored by Neil Johnson's avatar Neil Johnson
Browse files

adding missing yield

parent 1522ed9c
No related merge requests found
......@@ -46,7 +46,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
tp["medium"], tp["address"]
)
if user_id:
self.upsert_monthly_active_user(user_id)
yield self.upsert_monthly_active_user(user_id)
reserved_user_list.append(user_id)
else:
logger.warning(
......
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