File tree 1 file changed +2
-2
lines changed
grails-app/services/au/org/ala/ecodata/forms
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ class SpeciesListService {
223
223
}
224
224
225
225
String url = grailsApplication. config. getProperty(' lists.baseURL' ) + SPECIES_LIST_ITEMS_PATH_V1 + ' /' + listId
226
- Map params = [includeKvp : true , pageSize : pageSize, page : page]
226
+ Map params = [includeKVP : true , pageSize : pageSize, page : page]
227
227
if (query) {
228
228
params. q = query
229
229
}
@@ -246,7 +246,7 @@ class SpeciesListService {
246
246
return null
247
247
}
248
248
String url = grailsApplication. config. getProperty(' lists.baseURL' ) + SPECIES_LIST_ITEMS_PATH_V2 + ' /' + listId
249
- Map params = [includeKvp : true , pageSize : pageSize, page : page]
249
+ Map params = [pageSize : pageSize, page : page]
250
250
if (query) {
251
251
params. q = query
252
252
}
You can’t perform that action at this time.
0 commit comments