fix: load settings (#12077)

This commit is contained in:
Hiep Le 2025-12-18 09:45:32 +07:00 committed by GitHub
parent 28dc3be034
commit 2ce6c9836e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,8 +95,6 @@ class SaasSettingsStore(SettingsStore):
self._decrypt_kwargs(kwargs)
settings = Settings(**kwargs)
settings.v1_enabled = True
return settings
async def store(self, item: Settings):