We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95c9b3 commit 79bfdb1Copy full SHA for 79bfdb1
ipgeolocation.js
@@ -57,7 +57,7 @@ function request (subUrl, callback, apiKey = "") {
57
}
58
59
if (apiKey) {
60
- urlParameters = addUrlParameter(urlParameters, "apiKey=", apiKey);
+ urlParameters = addUrlParameter(urlParameters, "apiKey", apiKey);
61
62
63
if (excludesParameter) {
0 commit comments