Skip to content

Commit

Permalink
fixup!: changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraber committed Mar 5, 2025
1 parent 509c686 commit 9fc5a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobo/apps/mass_emails/user_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_users_within_range_of_usage_limit(
storage_limits_by_org = get_organization_plan_limits(usage_type='storage')
storage_usage_by_user = get_storage_usage_by_user_id()
owner_by_org = {
org.id: org.owner.organization_user.user.id
org.id: org.owner_user_object.pk
for org in Organization.objects.filter(owner__isnull=False)
}
storage_limits_by_owner = {
Expand Down

0 comments on commit 9fc5a1d

Please sign in to comment.