mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -339,7 +339,7 @@ class SandboxMessagesCleanService:
|
|||||||
tenant_id = app_to_tenant.get(msg.app_id)
|
tenant_id = app_to_tenant.get(msg.app_id)
|
||||||
if not tenant_id:
|
if not tenant_id:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Skip tenant messages in whitelist
|
# Skip tenant messages in whitelist
|
||||||
if tenant_id in tenant_whitelist:
|
if tenant_id in tenant_whitelist:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user