Skip to content

Commit

Permalink
fix: change type name for snapshot messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter De Rijck authored and CumpsD committed Mar 17, 2021
1 parent 900cbab commit ac64fd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ await streamStore.AppendToStream(
ExpectedVersion.Any,
new NewStreamMessage(
Deterministic.Create(Deterministic.Namespaces.Events, $"snapshot-{context.SnapshotPosition}"),
typeof(SnapshotContainer).FullName,
$"SnapshotContainer<{snapshotContainer.Info.Type}>",
eventSerializer.SerializeObject(snapshotContainer)),
ct);
}
Expand Down

0 comments on commit ac64fd0

Please sign in to comment.