Remove variable
Co-authored-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
504e1764f3
commit
689a0331de
1 changed files with 0 additions and 2 deletions
|
|
@ -27,8 +27,6 @@ export const getPublicUrl = (publicUrl, req) => {
|
|||
|
||||
export const getTileUrls = (req, domains, path, format, publicUrl, aliases) => {
|
||||
const urlObject = getUrlObject(req);
|
||||
const host = urlObject.host;
|
||||
|
||||
if (domains) {
|
||||
if (domains.constructor === String && domains.length > 0) {
|
||||
domains = domains.split(',');
|
||||
|
|
|
|||
Loading…
Reference in a new issue