Dan Janosik
5 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
app/utils.js
|
|
@ -360,7 +360,7 @@ function refreshExchangeRates() { |
|
|
|
// Uses ipstack.com API
|
|
|
|
function geoLocateIpAddresses(ipAddresses, provider) { |
|
|
|
return new Promise(function(resolve, reject) { |
|
|
|
if (config.privacyMode || config.ipStackComApiAccessKey === undefined) { |
|
|
|
if (config.privacyMode || config.credentials.ipStackComApiAccessKey === undefined) { |
|
|
|
resolve({}); |
|
|
|
|
|
|
|
return; |
|
|
|