Skip to content

Commit

Permalink
Add comment instead of broken type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Jul 4, 2023
1 parent eae3119 commit cc0f315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-app/qfieldcloud/subscription/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ def has_current_period(self) -> bool:

@property
def active_users(self):
"Returns the queryset of active users for running stripe billing period or None."
if not self.account.user.is_organization:
return None

Expand Down

0 comments on commit cc0f315

Please sign in to comment.