Skip to content

Commit c05c1de

Browse files
committed
Fix missing storage trait constraints for on_journal_entry
1 parent e7580b6 commit c05c1de

File tree

1 file changed

+3
-1
lines changed
  • crates/worker/src/partition/state_machine

1 file changed

+3
-1
lines changed

crates/worker/src/partition/state_machine/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,9 @@ impl<S> StateMachineApplyContext<'_, S> {
25382538
+ ReadPromiseTable
25392539
+ WritePromiseTable
25402540
+ ReadStateTable
2541-
+ WriteStateTable,
2541+
+ WriteStateTable
2542+
+ WriteVQueueTable
2543+
+ ReadVQueueTable,
25422544
{
25432545
entries::OnJournalEntryCommand::from_raw_entry(invocation_id, invocation_status, raw_entry)
25442546
.apply(self)

0 commit comments

Comments
 (0)