Skip to content

Commit

Permalink
add : route for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFanaticV2 committed Jan 16, 2024
1 parent 9c34013 commit 33f27bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion uniride_sme/service/admin_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def delete_user(id_user):
def user_information_id(id_user):
"""Get user information"""
conn = connect_pg.connect()

verify_user(id_user)

query = """
Expand Down
1 change: 0 additions & 1 deletion uniride_sme/service/user_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def _get_user_by_identifier(identifier, identifier_type) -> UserBO:
timestamp_creation=infos["u_timestamp_creation"],
timestamp_modification=infos["u_timestamp_modification"],
email_verified=infos["u_email_verified"],
status=infos["u_status"],
home_address_id=infos["u_home_address_id"],
work_address_id=infos["u_work_address_id"],
r_id=infos["r_id"],
Expand Down

0 comments on commit 33f27bf

Please sign in to comment.