Skip to content

Commit

Permalink
apps/hubble/src/storage/stores/userDataStore.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Dec 9, 2024
1 parent 35c9c76 commit e478fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/storage/stores/userDataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class UserDataStore extends RustStoreBase<UserDataAddMessage, never> {
const resultBytes = new Uint8Array(result.value);
const hubEvent = HubEvent.decode(resultBytes);

void this._eventHandler.processRustCommitedTransaction(hubEvent);
void this._eventHandler.processRustCommittedTransaction(hubEvent);
return hubEvent.id;
}
}
Expand Down

0 comments on commit e478fee

Please sign in to comment.