File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ export class GrapheneMultiscaleMeshSource extends WithParameters(
316
316
chunk : MultiscaleFragmentChunk ,
317
317
abortSignal : AbortSignal ,
318
318
) : Promise < void > {
319
- const { credentialsProvider , parameters } = this ;
319
+ const { parameters } = this ;
320
320
const manifestChunk = chunk . manifestChunk ! as GrapheneMultiscaleManifestChunk ;
321
321
const chunkIndex = chunk . chunkIndex ;
322
322
const { fragmentIds } = manifestChunk ;
@@ -328,7 +328,7 @@ export class GrapheneMultiscaleMeshSource extends WithParameters(
328
328
fragmentId = fragmentId . substring ( fragmentId . indexOf ( ":" ) + 1 ) ;
329
329
}
330
330
const response = await getFragmentDownloadPromise (
331
- credentialsProvider ,
331
+ undefined ,
332
332
fragmentId ,
333
333
parameters ,
334
334
abortSignal ,
You can’t perform that action at this time.
0 commit comments