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