Skip to content

Commit

Permalink
TASK: Adjust to changes of Publishing V3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 27, 2024
1 parent d2baeb7 commit 7468ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private function createConflictFromCommandThatFailedDuringRebase(
return new Conflict(
key: $affectedNode
? $affectedNode->aggregateId->value
: 'command-' . $commandThatFailedDuringRebase->sequenceNumber,
: 'command-' . $commandThatFailedDuringRebase->sequenceNumber->value,
affectedSite: $affectedSite
? $this->createIconLabelForNode($affectedSite)
: null,
Expand Down

0 comments on commit 7468ffb

Please sign in to comment.