fix: pass config to prepareEntityData to ensure correct activity source
This commit is contained in:
parent
25f6b8fc8e
commit
626f5399cb
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class MapBadgeCard extends HTMLElement {
|
|||
// Backup attempt after longer delay
|
||||
setTimeout(() => {
|
||||
if (this._dataFetcher.hasData()) {
|
||||
this._messenger.sendData(this._dataFetcher.prepareEntityData());
|
||||
this._messenger.sendData(this._dataFetcher.prepareEntityData(this._configManager.getConfig()));
|
||||
}
|
||||
}, 2000);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue