mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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;
|
||||
|
||||
try {
|
||||
newEntries = await Promise.all([
|
||||
[newEntries] = await Promise.all([
|
||||
getLogbookData(
|
||||
this.hass,
|
||||
lastDate.toISOString(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user