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 24, 2022
1 parent 63dba84 commit 598b694
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ class TransportGetFindingsSearchAction @Inject constructor(
log.info("response: $response")
if (!response.isSourceEmpty) {
log.info("response not empty")
val parsed = FindingDocument.parse(xcp, response.getSourceAsString)
log.info("Parsed doc: $parsed")
}
// actionListener.onResponse(GetFindingsSearchResponse(RestStatus.OK, totalFindingCount, findings))
}
Expand Down

0 comments on commit 598b694

Please sign in to comment.