fix new function formatting
This commit is contained in:
parent
788dba67f3
commit
bde0b97935
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module.exports = function(options, repo, params, id, reportTiles, reportFont) {
|
|||
|
||||
repo[id] = styleJSON;
|
||||
|
||||
var isWhitelistedUrl = function (url) {
|
||||
var isWhitelistedUrl = function(url) {
|
||||
if (!options.auth || !Array.isArray(options.auth.keyDomains) || options.auth.keyDomains.length === 0) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue