Skip to content

Commit

Permalink
fix: dealer aggregate store query type does not need aggregate anymore (
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Oct 30, 2023
1 parent 01323ab commit 0b3c1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filecoin-api/src/dealer/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type OfferStore<OfferDoc> = UpdatableStore<string, OfferDoc>
export type AggregateStore = UpdatableAndQueryableStore<
AggregateRecordKey,
AggregateRecord,
Pick<AggregateRecord, 'status'> | Pick<AggregateRecord, 'aggregate'>
Pick<AggregateRecord, 'status'>
>

export interface ServiceContext<OfferDoc = OfferDocument> {
Expand Down

0 comments on commit 0b3c1d0

Please sign in to comment.