Missing semicolon

This commit is contained in:
Daniel García Aubert 2018-03-09 16:18:33 +01:00
parent cbb08f5642
commit 504f68b8aa

View File

@ -117,7 +117,7 @@ MapController.prototype.getCreateMapMiddlewares = function (useTemplate) {
prepareAdapterMapConfig(this.mapConfigAdapter),
createLayergroup (this.mapBackend, this.userLimitsApi)
];
}
};
function initProfiler (isTemplateInstantiation) {
const operation = isTemplateInstantiation ? 'instance_template' : 'createmap';