please jshint line to long

This commit is contained in:
Eneko Lakasta
2018-09-04 15:30:20 +02:00
parent 03850fb31c
commit 006e21379f
@@ -152,7 +152,11 @@ function prepareAdapterMapConfig (mapConfigAdapter) {
}
};
mapConfigAdapter.getMapConfig(user, requestMapConfig, params, context, (err, requestMapConfig, stats = { overviewsUsed : false}) => {
mapConfigAdapter.getMapConfig(user,
requestMapConfig,
params,
context,
(err, requestMapConfig, stats = { overviewsUsed : false }) => {
req.profiler.done('anonymous.getMapConfig');
req.profiler.add(stats);