Skip to content

Commit

Permalink
renames new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 17, 2023
1 parent 9355694 commit d654fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def invalidateAPIKey(self):
self.restDELETE("/secretKey", endpoint=self.authEndpoint)

@functools.lru_cache()
def get_user_name_profile(
def get_user_profile(
self,
id: Union[str, UserProfile, TeamMember] = None,
sessionToken: str = None,
Expand Down Expand Up @@ -666,7 +666,7 @@ def get_user_name_profile(
)

@functools.lru_cache()
def get_user_id_profile(
def get_user_profile_by_id(
self,
id: int = None,
sessionToken: str = None,
Expand Down

0 comments on commit d654fff

Please sign in to comment.