Skip to content

Commit

Permalink
Added logging fieldcapture#3049
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Mar 26, 2024
1 parent c46a7fc commit 70128fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -676,6 +676,7 @@ class ParatooService {

String url = paratooBaseUrl + apiEndpoint
Map response = webService.doPost(url, payload, false, authHeader)?.resp
log.debug((response as JSON).toString())
response?.collections
}

0 comments on commit 70128fd

Please sign in to comment.