fix variable reference
This commit is contained in:
parent
79f1b26983
commit
8519b3c5dd
1 changed files with 2 additions and 2 deletions
|
@ -124,9 +124,9 @@ module.exports = function (options, repo, params, id, reportTiles, reportFont) {
|
||||||
|
|
||||||
console.log("new parsed url:", parsedUrl);
|
console.log("new parsed url:", parsedUrl);
|
||||||
|
|
||||||
console.log(url.format(parsedUrl));
|
console.log(nodeUrl.format(parsedUrl));
|
||||||
|
|
||||||
return url.format(parsedUrl);
|
return nodeUrl.format(parsedUrl);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue