Skip to content

Commit

Permalink
Update app/adapters/assets.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Smith <[email protected]>
  • Loading branch information
FrostiDrinks and cmyui authored Oct 25, 2024
1 parent 8f6d644 commit 045e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/adapters/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)


async def delete_avatar_by_user_id(user_id: int):
async def delete_avatar_by_user_id(user_id: int) -> None:
try:
response = await assets_service_http_client.delete(
f"/api/v1/users/{user_id}/avatar",
Expand Down

0 comments on commit 045e099

Please sign in to comment.