bio/about

This commit is contained in:
2022-12-01 13:05:02 +03:00
parent ca6fc3c32d
commit 6e80360d98
2 changed files with 3 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ async def get_user_roles(slug):
.all()
)
return roles
return [] # roles
@mutation.field("updateProfile")