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

fix: Amended input to be correct structure #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ardens-jw
Copy link

@ardens-jw ardens-jw commented Sep 8, 2023

Currently - when providing a list of profile ids for operations, I received the following error:

    params["$distinct_id"] = profile["$distinct_id"]
                             ~~~~~~~^^^^^^^^^^^^^^^^
TypeError: 'int' object is not subscriptable

Cause is because the _prep_params_for_profile method is expecting the profile argument to be "A Mixpanel People profile dict" - as taken from the documentation.

I've provided my current fix in this PR.

@ardens-jw ardens-jw marked this pull request as ready for review September 8, 2023 07:50
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

Successfully merging this pull request may close these issues.

1 participant