Skip to content

Commit df85f4d

Browse files
committed
Merge pull request bitly#16 from yasar11732/master
Fix function name for bundle pending collaborator removal.
2 parents 11a2d9c + c935b10 commit df85f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitly_api/bitly_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def bundle_link_reorder(self, bundle_link, link, display_order):
520520
data = self._call_oauth2_metrics("v3/bundle/link_reorder", params)
521521
return data
522522

523-
def bundle_collaborator_remove(self, bundle_link, collaborator):
523+
def bundle_pending_collaborator_remove(self, bundle_link, collaborator):
524524
"""remove a pending collaborator from a bundle"""
525525
params = dict(bundle_link=bundle_link)
526526
params["collaborator"] = collaborator

0 commit comments

Comments
 (0)