mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: billing tenant account role. (#3850)
This commit is contained in:
@@ -74,5 +74,5 @@ class BillingService:
|
|||||||
TenantAccountJoin.account_id == current_user.id
|
TenantAccountJoin.account_id == current_user.id
|
||||||
).first()
|
).first()
|
||||||
|
|
||||||
if TenantAccountRole.is_privileged_role(join.role):
|
if not TenantAccountRole.is_privileged_role(join.role):
|
||||||
raise ValueError('Only team owner or team admin can perform this action')
|
raise ValueError('Only team owner or team admin can perform this action')
|
||||||
|
|||||||
Reference in New Issue
Block a user