Fix formating
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ function start(opts) {
|
||||
if (!wmts) {
|
||||
return null;
|
||||
}
|
||||
if(wmts.hasOwnProperty("serve_rendered")&!wmts.serve_rendered){
|
||||
if (wmts.hasOwnProperty("serve_rendered") && !wmts.serve_rendered) {
|
||||
return null;
|
||||
}
|
||||
wmts.id = id;
|
||||
|
||||
Reference in New Issue
Block a user