From c5ea8a828f4ebd55c3e4b703ec21220933ce8f02 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 30 Oct 2023 15:56:22 +0100 Subject: [PATCH] fix: dealer aggregate store query type does not need aggregate anymore --- packages/filecoin-api/src/dealer/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filecoin-api/src/dealer/api.ts b/packages/filecoin-api/src/dealer/api.ts index d3fa0e3aa..6bcc6c3f3 100644 --- a/packages/filecoin-api/src/dealer/api.ts +++ b/packages/filecoin-api/src/dealer/api.ts @@ -14,7 +14,7 @@ export type OfferStore = UpdatableStore export type AggregateStore = UpdatableAndQueryableStore< AggregateRecordKey, AggregateRecord, - Pick | Pick + Pick > export interface ServiceContext {