We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Please clarify the type of userId.
userId
In all examples it is entered as integer, but in the "functions" table the type is string.
integer
string
Tia
PS: Yes, I am aware about string <--> integer (number) conversions.
number
The text was updated successfully, but these errors were encountered:
Docs(readme): userId is a string (#35)
15ef2ba
[ci skip]
Hi @GHNewbiee, you're right it should be a string in the example. Updated the readme, thanks!
Sorry, something went wrong.
Also there:
// With arguments const geo = require ('geoip2ws') (1234, 'abc', 'country', 2000);
'1234' instead of 1234.
I'm getting tired of all those legacy use cases for such a simple tool. Version 2 will be much cleaner and have a shorter readme. 😄
No branches or pull requests
Hi,
Please clarify the type of
userId
.In all examples it is entered as
integer
, but in the "functions" table the type isstring
.Tia
PS: Yes, I am aware about
string
<-->integer
(number
) conversions.The text was updated successfully, but these errors were encountered: