Remove reference to removed var.
This commit is contained in:
@@ -49,7 +49,6 @@ export class FrigateCardThumbnailFeatureEvent extends LitElement {
|
|||||||
boolean,
|
boolean,
|
||||||
string | undefined,
|
string | undefined,
|
||||||
]): Promise<string | null> {
|
]): Promise<string | null> {
|
||||||
this.count++;
|
|
||||||
if (!haveHASS || !this.hass || !thumbnail) {
|
if (!haveHASS || !this.hass || !thumbnail) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user