fix type issues and remove logging
This commit is contained in:
@@ -24,5 +24,4 @@ async def update_group(
|
||||
) -> Group:
|
||||
"""Updates the group bio, but requires the entire group object to be sent in the request body.
|
||||
Requires authentication."""
|
||||
ic(group)
|
||||
return await controller.update_group(group, token)
|
||||
|
||||
Reference in New Issue
Block a user