Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency for "def remove_tag_from_subscriber" #31

Open
dimitrivdp opened this issue Oct 25, 2020 · 0 comments
Open

Inconsistency for "def remove_tag_from_subscriber" #31

dimitrivdp opened this issue Oct 25, 2020 · 0 comments

Comments

@dimitrivdp
Copy link

Definition in module Subscriber on line 31 is
def remove_tag_from_subscriber(subscriber_id, tag_id)

Definition in module Tags on line 17 is
def remove_tag_from_subscriber(tag_id, subscriber_id)

Which may lead to confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant