Skip to content

Commit

Permalink
chore: use new data segment lib piece view type
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 25, 2023
1 parent 3736b2d commit 8103681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aggregate-client/src/aggregate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const MAX_SIZE = 127 * (1 << 28)
* Offer an aggregate to be assembled and stored.
*
* @param {import('./types').InvocationConfig} conf - Configuration
* @param {import('./types').Piece} piece
* @param {import('./types').Piece[]} offer
* @param {import('@web3-storage/data-segment').PieceView} piece
* @param {import('@web3-storage/data-segment').PieceView[]} offer
* @param {import('./types').RequestOptions} [options]
*/
export async function aggregateOffer(
Expand Down

0 comments on commit 8103681

Please sign in to comment.