Skip to content

Commit

Permalink
Merge branch 'refactor/argilla-server/better-oauth2-integration' of g…
Browse files Browse the repository at this point in the history
…ithub.com:argilla-io/argilla into refactor/argilla-server/better-oauth2-integration
  • Loading branch information
frascuchon committed Nov 14, 2024
2 parents 9ba0f00 + 6e2bba5 commit 1f346c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argilla-server/src/argilla_server/contexts/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ async def create_user(

await WorkspaceUser.create(
db,
workspace=workspace,
user=new_user,
workspace_id=workspace.id,
user_id=new_user.id,
autocommit=False,
)

Expand Down

0 comments on commit 1f346c7

Please sign in to comment.