fixed an id
This commit is contained in:
parent
44a7fdbd89
commit
78cd3ddca2
|
@ -670,7 +670,7 @@ public class SubCommunityApiController extends AbstractExporterController {
|
|||
|
||||
try {
|
||||
return deposit == null ? communityService.getCommunityDatasources(subCommunityId)
|
||||
: communityService.getCommunityDatasourcesWithDeposit(id, deposit);
|
||||
: communityService.getCommunityDatasourcesWithDeposit(subCommunityId, deposit);
|
||||
} catch (final ResourceNotFoundException e) {
|
||||
throw e;
|
||||
} catch (final Throwable e) {
|
||||
|
|
Loading…
Reference in New Issue