We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fbb73 commit f8cfadfCopy full SHA for f8cfadf
validation/src/main/scala/hmda/validation/ValidationStats.scala
@@ -114,6 +114,10 @@ class ValidationStats extends HmdaPersistentActor {
114
state = state.updated(event)
115
}
116
117
+ override def preStart(): Unit = {
118
+ super.preStart()
119
+ }
120
+
121
override def receiveCommand: Receive = super.receiveCommand orElse {
122
case AddSubmissionSubmittedTotal(total, id) =>
123
persist(SubmissionSubmittedTotalsAdded(total, id)) { e =>
0 commit comments