mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-12 23:02:35 +00:00
refac
This commit is contained in:
parent
094ed0b48c
commit
3dd44c4f19
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ class AccessGrantsTable:
|
|||
results = []
|
||||
for grant_dict in normalized_grants:
|
||||
grant = AccessGrant(
|
||||
id=grant_dict["id"],
|
||||
id=str(uuid.uuid4()),
|
||||
resource_type=resource_type,
|
||||
resource_id=resource_id,
|
||||
principal_type=grant_dict["principal_type"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue