From 47dd7b0eb997193ff1454fc79c40c8a63986448d Mon Sep 17 00:00:00 2001 From: Ludovic Levalleux Date: Mon, 14 Nov 2022 18:08:57 +0000 Subject: [PATCH] fix: missing returnPeriod in exchange details --- src/lib/utils/hooks/offers/graphql.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/hooks/offers/graphql.ts b/src/lib/utils/hooks/offers/graphql.ts index 93de300a0..d6e9d02f7 100644 --- a/src/lib/utils/hooks/offers/graphql.ts +++ b/src/lib/utils/hooks/offers/graphql.ts @@ -153,6 +153,7 @@ export const offerGraphQl = gql` deliveryTime } redemptionPoint + returnPeriodInDays } } }