Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
a560f258fa
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ class UpdateUser(Mutation):
|
|||
):
|
||||
setattr(user, attr, value)
|
||||
|
||||
user.save()
|
||||
user.save()
|
||||
|
||||
return UpdateUser(user=user) # ty: ignore[unknown-argument]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue