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.
2 parents 17cbaf2 + 12ae858 commit 617fd36Copy full SHA for 617fd36
persistence/src/main/scala/hmda/persistence/processing/HmdaFileValidator.scala
@@ -258,7 +258,7 @@ class HmdaFileValidator(submissionId: SubmissionId) extends HmdaPersistentActor
258
if (state.readyToSign) {
259
for {
260
stat <- statRef
261
- } stat ! PersistIrs
+ } yield stat ! PersistIrs
262
log.debug(s"Validation completed for $submissionId")
263
replyTo ! ValidationCompleted(originalSender)
264
} else {
0 commit comments