diff --git a/apps/hubble/src/storage/stores/userDataStore.ts b/apps/hubble/src/storage/stores/userDataStore.ts index fc8e48ba42..0ca59fc946 100644 --- a/apps/hubble/src/storage/stores/userDataStore.ts +++ b/apps/hubble/src/storage/stores/userDataStore.ts @@ -109,7 +109,7 @@ class UserDataStore extends RustStoreBase { const resultBytes = new Uint8Array(result.value); const hubEvent = HubEvent.decode(resultBytes); - void this._eventHandler.processRustCommitedTransaction(hubEvent); + void this._eventHandler.processRustCommittedTransaction(hubEvent); return hubEvent.id; } }