diff --git a/src/Common/dataAccess/readCollectionOffer.ts b/src/Common/dataAccess/readCollectionOffer.ts index d3c8e25cd..6712f274b 100644 --- a/src/Common/dataAccess/readCollectionOffer.ts +++ b/src/Common/dataAccess/readCollectionOffer.ts @@ -12,13 +12,13 @@ import { handleError } from "../ErrorHandlingUtils"; import { readOfferWithSDK } from "./readOfferWithSDK"; export const readCollectionOffer = async (params: ReadCollectionOfferParams): Promise => { - const clearMessage = logConsoleProgress(`Querying offer for collection ${params.collectionId}`); - if (isFabric()) { // Not exposing offers in Fabric return undefined; } + const clearMessage = logConsoleProgress(`Querying offer for collection ${params.collectionId}`); + try { if ( userContext.authType === AuthType.AAD &&