mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 23:36:36 +00:00
Fix logbook card (#9476)
This commit is contained in:
parent
0a50fc66e5
commit
13cab7e301
@ -244,7 +244,7 @@ export class HuiLogbookCard extends LitElement implements LovelaceCard {
|
|||||||
let newEntries;
|
let newEntries;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
newEntries = await Promise.all([
|
[newEntries] = await Promise.all([
|
||||||
getLogbookData(
|
getLogbookData(
|
||||||
this.hass,
|
this.hass,
|
||||||
lastDate.toISOString(),
|
lastDate.toISOString(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user