1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-01 13:49:02 +03:00
parent 87f5673576
commit a884bb03e1

View File

@ -21,7 +21,6 @@ export class CatalogPusher {
}
broadcast() {
console.log("BROADCAST", toJS(this.catalog.items, { recurseEverything: true }));
broadcastMessage("catalog:items", toJS(this.catalog.items, { recurseEverything: true }));
}
}