Upload refactor #242
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ function extractPageFromClaims (claims, pageNumber) {
|
||||||
const claimStartIndex = (pageNumber - 1) * CLAIMS_PER_PAGE;
|
const claimStartIndex = (pageNumber - 1) * CLAIMS_PER_PAGE;
|
||||||
const claimEndIndex = claimStartIndex + 10;
|
const claimEndIndex = claimStartIndex + 10;
|
||||||
const pageOfClaims = claims.slice(claimStartIndex, claimEndIndex);
|
const pageOfClaims = claims.slice(claimStartIndex, claimEndIndex);
|
||||||
logger.debug('page of claims:', pageOfClaims);
|
|
||||||
return pageOfClaims;
|
return pageOfClaims;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue