We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e6f3f commit 1caabe1Copy full SHA for 1caabe1
src/domain/auth/users/interfaces/ma/mao.py
@@ -26,11 +26,11 @@ class MAO(BaseInterface):
26
"""
27
28
@abstractmethod
29
- async def update_profile_picture(self, data: bytes, album_id: int) -> str:
+ async def update_profile_picture(self, data: bytes, user_id: int) -> str:
30
31
- Changes album cover
+ Changes user's profile picture
32
33
- :param album_id: album's numeric identificator
+ :param user_id: user's numeric identificator
34
:param data: file data in bytes format
35
:return: cover's URL
36
:raise NotImplementedError: when called directly by abstract class instance
0 commit comments