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

PROD - Fixes to use v5 for challenge results instead of v2 #6955

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

jmgasper
Copy link
Collaborator

dispatch(a.loadResultsInit(ch.legacyId));
dispatch(a.loadResultsDone(tokens, ch.legacyId, ch.track.toLowerCase()));
dispatch(a.loadResultsInit(ch.id));
dispatch(a.loadResultsDone(ch.id));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmgasper why are the other arguments loadResultsDone missing?
Is loadResultsDone moved to the react-lib and updated thus not to see it here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tokens weren't used in the original call, and the track isn't necessary since we can now get that from the v5 challenge object response.

@jmgasper jmgasper merged commit e65e6f4 into master Jan 11, 2024
6 checks passed
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.

2 participants