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 getGameBadgeLevel callback #313

Merged
merged 1 commit into from May 29, 2020
Merged

fix getGameBadgeLevel callback #313

merged 1 commit into from May 29, 2020

Conversation

mninc
Copy link
Contributor

@mninc mninc commented May 28, 2020

getGameBadgeLevel is supposed to give a steamLevel value in the callback/promise (per the docs). In the code, it's called playerLevel. This means the value is not accessible in the callback and is under the wrong name in the promise.

I've fixed it in a way that doesn't break any existing code.

@DoctorMcKay
Copy link
Owner

👍 Seems good to me, thanks.

@DoctorMcKay DoctorMcKay merged commit 4b7b361 into DoctorMcKay:master May 29, 2020
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.

None yet

2 participants