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 Undefined Variable Error in ip2location_io #1679

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

14113
Copy link
Contributor

@14113 14113 commented Jan 30, 2025

This fixes a NameError caused by an undefined local variable or method (null) in the ip2location_io service:

undefined local variable or method `null' for an instance of Geocoder::Lookup::Ip2locationIo (NameError)

This fixes a NameError caused by an undefined local variable or method (null) in the ip2location_io service:

```ruby
undefined local variable or method `null' for an instance of Geocoder::Lookup::Ip2locationIo (NameError)
```
@alexreisner
Copy link
Owner

Thanks!

@alexreisner alexreisner merged commit 5b379a5 into alexreisner:master Jan 30, 2025
5 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