Skip to content

Commit

Permalink
Removing message back from aftereventpersisted
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Mar 7, 2024
1 parent f1c9582 commit dfe79e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/scala/ch/openolitor/core/domain/AggregateRoot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ trait AggregateRoot extends PersistentActor with ActorLogging with PersistenceEv
publish(evt)

setLastProcessedSequenceNr(evt.meta)

sender() ! state
}

protected def aquireTransactionNr(): Long = {
Expand Down

0 comments on commit dfe79e3

Please sign in to comment.