We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e26ff7 commit ce479ddCopy full SHA for ce479dd
services/file-retriever/src/services/dsnFetcher.ts
@@ -162,7 +162,7 @@ const getNodesForPartialRetrieval = async (
162
`getNodesForPartialRetrieval called (byteRange=[${byteRange[0]}, ${byteRange[1] ?? 'EOF'}])`,
163
)
164
165
- // Searchs for the first node that contains the byte range
+ // Searches for the first node that contains the byte range
166
while (nodeRange[0] === null && i < chunks.length) {
167
const chunk = chunks[i]
168
const chunkSize = Number((chunk.size ?? 0).valueOf())
0 commit comments