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.
2 parents 3483470 + dc6da53 commit 43a047eCopy full SHA for 43a047e
packages/openneuro-app/src/scripts/dataset/download/download-native.js
@@ -82,7 +82,7 @@ const downloadTree = async (
82
// Skip files which are already complete
83
if (fileHandle.size == file.size) continue
84
const writable = await fileHandle.createWritable()
85
- const { body, status, statusText } = await fetch(file.urls.pop())
+ const { body, status, statusText } = await fetch(file.urls[0])
86
let loaded = 0
87
const progress = new TransformStream({
88
transform(chunk, controller) {
0 commit comments