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 checking of required options #3

Open
nouvelle opened this issue Apr 12, 2021 · 0 comments
Open

Fix checking of required options #3

nouvelle opened this issue Apr 12, 2021 · 0 comments

Comments

@nouvelle
Copy link

Hi!! :)

I think the following option check section needs to be modified because the required options seem to be lat and lng keys.

if ((!lat || !lng, !city, !region, !country)) {
    return reject(new TypeError('Options are required'))
}
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