Commit 9035e762 authored by Mark Harding's avatar Mark Harding

Revert "(fix): do not throw error for missing entity, log in console"

This reverts commit 2a24666e.
parent e5686249
No related merge requests found
Pipeline #78088276 canceled with stages
in 21 minutes and 51 seconds
......@@ -153,7 +153,7 @@ export class EntitiesService {
if (!this.entities.has(urn)) {
this.entities.set(urn, new BehaviorSubject(null));
}
console.warn(`Entity ${urn} not found`);
this.entities.get(urn).error("Not found");
}
static _(client: Client, blockListService: BlockListService) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment