Fixing code
This commit is contained in:
parent
402c584c49
commit
0e40f2aa03
|
@ -236,7 +236,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
|
||||||
int size = ckan.count();
|
int size = ckan.count();
|
||||||
return createCountJson(size);
|
return createCountJson(size);
|
||||||
}else {
|
}else {
|
||||||
return list(limit, offset);
|
return super.list(limit, offset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue