Fix formating
This commit is contained in:
parent
56089c0a62
commit
e8b3c02546
1 changed files with 3 additions and 3 deletions
|
@ -375,7 +375,7 @@ function start(opts) {
|
||||||
if (!wmts) {
|
if (!wmts) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if(wmts.hasOwnProperty("serve_rendered")&!wmts.serve_rendered){
|
if (wmts.hasOwnProperty("serve_rendered") && !wmts.serve_rendered) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
wmts.id = id;
|
wmts.id = id;
|
||||||
|
|
Loading…
Reference in a new issue