Skip to content

Commit c46fc5d

Browse files
authored
Merge branch 'master' into feature/use-fetch-API
2 parents 4e675e9 + 237fb6a commit c46fc5d

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
@@ -109,7 +109,7 @@ const _ipgeolocation = function() {
109109
if (location) {
110110
urlParameters = addUrlParameter(urlParameters, "location", location);
111111
}
112-
112+
113113
try {
114114
if(!sessionStorage.getItem(ipGeolocationServerStatusName)){
115115
fetch("https://us-central1-ipgeolocation-414906.cloudfunctions.net/task", {

0 commit comments

Comments
 (0)