Chore: linting
This commit is contained in:
parent
e1be5ec34d
commit
2ee15b964a
1 changed files with 4 additions and 2 deletions
|
@ -65,9 +65,11 @@ class TileCountServer extends Script {
|
||||||
const layers = await tcs.getLayers()
|
const layers = await tcs.getLayers()
|
||||||
const meta = await tcs.getMeta()
|
const meta = await tcs.getMeta()
|
||||||
const mostSuitable = await tcs.findSuitableDatabases()
|
const mostSuitable = await tcs.findSuitableDatabases()
|
||||||
return JSON.stringify({ meta,
|
return JSON.stringify({
|
||||||
|
meta,
|
||||||
suitableDatabases: mostSuitable,
|
suitableDatabases: mostSuitable,
|
||||||
layers: Array.from(layers) })
|
layers: Array.from(layers),
|
||||||
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue