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')) {
|
||||
return url;
|
||||
}
|
||||
|
||||
if (url) {
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
function insertToHead(fullHtml, htmlToInsert) {
|
||||
|
|
Loading…
Reference in a new issue