Skip to content

Commit 1d6789b

Browse files
committed
commit updates based on review #1670
1 parent 4596c7d commit 1d6789b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/controllers/au/org/ala/biocollect/BioActivityController.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ class BioActivityController {
22422242
}
22432243
}
22442244

2245-
private String getMessage(Map resp) {
2245+
private Map getMessage(Map resp) {
22462246
Map errorMessage
22472247
if (resp.detail) {
22482248
try {

0 commit comments

Comments
 (0)