Missing substring

This commit is contained in:
Daniel García Aubert 2020-04-30 13:24:41 +02:00
parent a196a26ab4
commit 8c38ecf808

View File

@ -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;