mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
chore: remove enterprise check
This commit is contained in:
parent
7a3de34095
commit
d9adb24391
@ -156,8 +156,6 @@ class EnterpriseRequest(BaseRequest):
|
||||
both the assertions and the header wiring so callers only have to
|
||||
supply business payload.
|
||||
"""
|
||||
if not dify_config.ENTERPRISE_ENABLED:
|
||||
raise EnterpriseAPIError("Enterprise edition is not enabled")
|
||||
if not tenant_id:
|
||||
raise ValueError("tenant_id must be provided for inner RBAC requests")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user