Skip to content

Commit

Permalink
Update TransportGetFindingsSearchAction.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Lee committed Mar 23, 2022
1 parent 0ffca01 commit 1f2937e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
val sourceIndex = finding.index
findings.add(finding)
for (doc_id in doc_ids) {
log.info("doc_id: $doc_id")
log.info("doc_id: $doc_id")
// Search document in index
searchDocument(doc_id, sourceIndex, actionListener)
}
Expand Down

0 comments on commit 1f2937e

Please sign in to comment.