Skip to content

Commit 4173886

Browse files
Persijn Kwekkeboompoi33
authored andcommitted
assigment bug
1 parent a9de55e commit 4173886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/webapp/webapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function defaultRoute(req) {
112112
userObj.isAdmin = authLib.hasRole("system.admin");
113113
}
114114

115-
const countryIsoCode;
115+
let countryIsoCode;
116116
if (req.remoteAddress) {
117117
const locationData = geoipLib.getLocationData(req.remoteAddress);
118118
countryIsoCode = geoipLib.countryISO(locationData);

0 commit comments

Comments
 (0)