mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
45e2d4627f
commit
c8cabc9bdb
|
|
@ -339,7 +339,7 @@ class SandboxMessagesCleanService:
|
|||
tenant_id = app_to_tenant.get(msg.app_id)
|
||||
if not tenant_id:
|
||||
continue
|
||||
|
||||
|
||||
# Skip tenant messages in whitelist
|
||||
if tenant_id in tenant_whitelist:
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue