Skip to content

Commit

Permalink
hotfix: add and then rm function
Browse files Browse the repository at this point in the history
  • Loading branch information
HagenFritz committed Jun 18, 2024
1 parent 7b67e99 commit 8698724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartpm/endpoints/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_project_comments(self, project_id):
endpoint = f'v1/projects/{project_id}/comments'
response = self.client._get(endpoint=endpoint)
return response

@utility
def find_project_by_name(self, name):
"""
Expand Down

0 comments on commit 8698724

Please sign in to comment.