Missing substring
This commit is contained in:
parent
a196a26ab4
commit
8c38ecf808
@ -104,7 +104,7 @@ function getTemplateHash ({ res }) {
|
||||
let templateHash;
|
||||
|
||||
try {
|
||||
templateHash = res.locals.mapConfigProvider.getTemplateHash();
|
||||
templateHash = res.locals.mapConfigProvider.getTemplateHash().substring(0, 8);
|
||||
} catch (e) {}
|
||||
|
||||
return templateHash;
|
||||
|
Loading…
Reference in New Issue
Block a user