Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 20, 2023
1 parent 1cf4632 commit 65f72e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamboosdk/api/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def post(self, payload):
def delete(self, id):
"""
Delete Webhook
Returns:
Returns:
"""
return self._delete_request(self.DELETE_WEBHOOK.format(id))

0 comments on commit 65f72e5

Please sign in to comment.