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

RunesReforged bug #80

Closed
mrados7 opened this issue Sep 26, 2019 · 2 comments
Closed

RunesReforged bug #80

mrados7 opened this issue Sep 26, 2019 · 2 comments

Comments

@mrados7
Copy link

mrados7 commented Sep 26, 2019

So i'm trying to get list of RunesReforged, but I keep getting error:

UnhandledPromiseRejectionWarning: TypeError: Cannot destructure property n of 'undefined' or 'null'.

kayn.DDragon.RunesReforged.list() .then(response => res.status(200).json(response)) .catch(err => res.status(err.statusCode).json(err))

Other list endpoints work fine...

@cnguy
Copy link
Owner

cnguy commented Sep 26, 2019

Hi @fake230 ,

This is related to #73.

For now, the workaround is to manually pass a version.

@mrados7
Copy link
Author

mrados7 commented Sep 26, 2019

Ah ok, ty very much :)

@mrados7 mrados7 closed this as completed Sep 26, 2019
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

2 participants