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 82b4d4a commit cf57595Copy full SHA for cf57595
packages/hub/src/utils/createXorbs.ts
@@ -274,6 +274,7 @@ export async function* createXorbs(
274
bytesSinceLastProgressEvent += chunk.length;
275
276
// Collect metadata for building representation at the end
277
+ fileChunks.push({ hash: chunk.hash, length: chunk.length });
278
chunkMetadata.push({
279
xorbId: chunkXorbId,
280
chunkIndex: chunkIndex,
0 commit comments