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 e3a81d0 commit fdb8027Copy full SHA for fdb8027
api/src/main/scala/hmda/api/http/institutions/UploadPaths.scala
@@ -60,6 +60,7 @@ trait UploadPaths extends InstitutionProtocol with ApiErrorProtocol with Submiss
60
61
onComplete(fUploadSubmission) {
62
case Success((submission, true, processingActor)) =>
63
+ //TODO: remove this when removing PostgreSQL from project
64
val queryProjector = system.actorSelection(s"/user/query-supervisor/HmdaFilingView-$period/queryProjector")
65
queryProjector ! CreateSchema
66
queryProjector ! DeleteLars(institutionId)
0 commit comments