fix - bug of stat type in quota stat service

This commit is contained in:
2025-12-02 17:07:04 +03:30
parent dcb6db186b
commit 7f9f1ca1ea

View File

@@ -99,13 +99,11 @@ class QuotaStatsService:
assigner_stat = OrganizationQuotaStats.objects.get(
organization=assigner,
quota=quota,
stat_type='distribution'
quota=quota
)
assigned_stat = OrganizationQuotaStats.objects.get(
organization=assigned,
quota=quota,
stat_type='distribution'
quota=quota
)
# create pricing attributes and broker pricing data