Skip to content

Commit 2c73a30

Browse files
committed
Fix typo
1 parent fdc2e28 commit 2c73a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/orgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ async def is_subscription_activated(self, sub_id: str) -> bool:
552552
"""return true if subscription for this org was 'activated', eg. at least
553553
one user has signed up and changed the slug
554554
"""
555-
org_data = await self.orgs.find_one({"subscription.subId", sub_id})
555+
org_data = await self.orgs.find_one({"subscription.subId": sub_id})
556556
if not org_data:
557557
return False
558558

0 commit comments

Comments
 (0)