lint fix, return url always
fix lint
This commit is contained in:
parent
3077c778c3
commit
1bb491857e
1 changed files with 5 additions and 1 deletions
|
@ -48,6 +48,10 @@ function getThumbnailCdnUrl(url) {
|
||||||
if (url && url.includes('https://spee.ch')) {
|
if (url && url.includes('https://spee.ch')) {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (url) {
|
||||||
|
return url;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function insertToHead(fullHtml, htmlToInsert) {
|
function insertToHead(fullHtml, htmlToInsert) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue