fix: lint
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
38c98f54db
commit
fa7ab7f81d
1 changed files with 2 additions and 2 deletions
|
|
@ -557,7 +557,7 @@ function start(opts) {
|
|||
name: (serving.styles[id] || serving.rendered[id]).name,
|
||||
serving_data: serving.styles[id],
|
||||
serving_rendered: serving.rendered[id],
|
||||
...style
|
||||
...style,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
@ -608,7 +608,7 @@ function start(opts) {
|
|||
return {
|
||||
id,
|
||||
is_vector: data.tileJSON.format === 'pbf',
|
||||
...data
|
||||
...data,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue