Skip to content

Commit fdb8027

Browse files
committed
Add TODO comment
1 parent e3a81d0 commit fdb8027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/scala/hmda/api/http/institutions/UploadPaths.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ trait UploadPaths extends InstitutionProtocol with ApiErrorProtocol with Submiss
6060

6161
onComplete(fUploadSubmission) {
6262
case Success((submission, true, processingActor)) =>
63+
//TODO: remove this when removing PostgreSQL from project
6364
val queryProjector = system.actorSelection(s"/user/query-supervisor/HmdaFilingView-$period/queryProjector")
6465
queryProjector ! CreateSchema
6566
queryProjector ! DeleteLars(institutionId)

0 commit comments

Comments
 (0)