@metrichor/epi2me-client-node
Advanced tools
Comparing version 0.2.10458868 to 0.2.10575529
@@ -121,3 +121,3 @@ 'use strict'; | ||
const current_pages = Math.floor(current_results / pageSize); | ||
end = Math.max(current_pages, 1) * pageSize; | ||
end = Math.min(Math.max(current_pages, 1) * pageSize, existing.totalCount); | ||
start = 0; | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "@metrichor/epi2me-client-node", | ||
"version": "0.2.10458868", | ||
"version": "0.2.10575529", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Metrichor <support@nanoporetech.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74040