Skip to content

Commit 79bfdb1

Browse files
committed
Minor update
1 parent a95c9b3 commit 79bfdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipgeolocation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function request (subUrl, callback, apiKey = "") {
5757
}
5858

5959
if (apiKey) {
60-
urlParameters = addUrlParameter(urlParameters, "apiKey=", apiKey);
60+
urlParameters = addUrlParameter(urlParameters, "apiKey", apiKey);
6161
}
6262

6363
if (excludesParameter) {

0 commit comments

Comments
 (0)