Skip to content

Commit

Permalink
Update Neos.ContentRepository.Core/Classes/ContentRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich authored Aug 11, 2023
1 parent 31cc6a0 commit 530248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.ContentRepository.Core/Classes/ContentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function catchUpProjection(string $projectionClassName, CatchUpOptions $o
$streamName = VirtualStreamName::all();
$eventStream = $this->eventStore->load($streamName);
if ($options->maximumSequenceNumber !== null) {
//$eventStream = $eventStream->withMaximumSequenceNumber($options->maximumSequenceNumber);
$eventStream = $eventStream->withMaximumSequenceNumber($options->maximumSequenceNumber);
}

$eventApplier = function (EventEnvelope $eventEnvelope) use ($projection, $catchUpHook, $options) {
Expand Down

0 comments on commit 530248c

Please sign in to comment.