Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 30, 2024
1 parent 9404441 commit 7592d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async def get_project_for_user(
)
)
project["accessRights"] = {
gid: access.model_dump()
f"{gid}": access.model_dump()
for gid, access in workspace_db.access_rights.items()
}

Expand Down

0 comments on commit 7592d97

Please sign in to comment.