Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
violetamedallia committed Apr 1, 2024
1 parent d914a12 commit b27f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _get_user_info(self, access_token):
return user_data

def update_user(self, user_id: int, update_data: dict):
# TODO: aca habria que chequear a partir del token, session o algo que
# TODO: aca habria que chequear a partir del token, session o algo que
# es el propio usuario editando sus datos y no permitir
# que un usuario edite los de un tercero
self.get_user(user_id)
Expand Down

0 comments on commit b27f6dc

Please sign in to comment.