fix: handles normalizeThumb without thumbnail
This commit is contained in:
@@ -647,6 +647,10 @@ class SendGridService extends NotificationService {
|
||||
}
|
||||
|
||||
normalizeThumbUrl_(url) {
|
||||
if (!url) {
|
||||
return null
|
||||
}
|
||||
|
||||
if (url.startsWith("http")) {
|
||||
return url
|
||||
} else if (url.startsWith("//")) {
|
||||
|
||||
Reference in New Issue
Block a user