mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 14:49:18 +08:00
chore: fix typo
This commit is contained in:
parent
5fd82084f9
commit
bc0724b499
@ -22,6 +22,9 @@ def handle(sender, **kwargs):
|
||||
|
||||
system_configuration = provider_configuration.system_configuration
|
||||
|
||||
if not system_configuration.current_quota_type:
|
||||
return
|
||||
|
||||
quota_unit = None
|
||||
for quota_configuration in system_configuration.quota_configurations:
|
||||
if quota_configuration.quota_type == system_configuration.current_quota_type:
|
||||
|
Loading…
x
Reference in New Issue
Block a user