diff --git a/apps/hubble/src/storage/stores/storeEventHandler.ts b/apps/hubble/src/storage/stores/storeEventHandler.ts index 089dafd44f..5fbaa0915c 100644 --- a/apps/hubble/src/storage/stores/storeEventHandler.ts +++ b/apps/hubble/src/storage/stores/storeEventHandler.ts @@ -381,7 +381,7 @@ class StoreEventHandler extends TypedEmitter { }); } - async processRustCommitedTransaction(event: HubEvent): HubAsyncResult { + async processRustCommittedTransaction(event: HubEvent): HubAsyncResult { void this._storageCache.processEvent(event); void this.broadcastEvent(event); return ok(undefined);