Skip to content

Commit

Permalink
Simplify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Jun 28, 2023
1 parent fcdcbaf commit 8e4e249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/subscription/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def active_users(self):

assert (
self.current_period_since == self.current_period_until
), "Both current_period _since and _until must be set."
), "Both current_period_since and current_period_until must be set."

now = timezone.now()
month_ago = now - timedelta(days=28)
Expand Down

0 comments on commit 8e4e249

Please sign in to comment.