Skip to content

Commit

Permalink
fix: return CompleteSnapshot on success
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Jan 15, 2025
1 parent c686f27 commit e6bb363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ where
)))?;
}
return Ok(proto::ResponseApplySnapshotChunk {
result: proto::response_apply_snapshot_chunk::Result::Accept.into(),
result: proto::response_apply_snapshot_chunk::Result::CompleteSnapshot.into(),
refetch_chunks: vec![],
reject_senders: vec![],
next_chunks: vec![],
Expand Down

0 comments on commit e6bb363

Please sign in to comment.