Skip to content

Commit

Permalink
apps/hubble/src/storage/stores/storeEventHandler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Dec 9, 2024
1 parent 71bd55e commit 35c9c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/storage/stores/storeEventHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class StoreEventHandler extends TypedEmitter<StoreEvents> {
});
}

async processRustCommitedTransaction(event: HubEvent): HubAsyncResult<void> {
async processRustCommittedTransaction(event: HubEvent): HubAsyncResult<void> {
void this._storageCache.processEvent(event);
void this.broadcastEvent(event);
return ok(undefined);
Expand Down

0 comments on commit 35c9c76

Please sign in to comment.