fix(sdk): remove duplicate marketplaceSupplierOrderActionResultSelector
The selector was declared twice with identical bodies in orderSelector.ts, so `pnpm --filter @coopenomics/sdk build` failed with TS2451 (cannot redeclare block-scoped variable). Latent because the SDK was not built locally. Drop the second declaration. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -98,10 +98,3 @@ export const marketplaceIssuanceResultSelector = Selector('MarketplaceIssuanceRe
|
||||
order: rawOrderSelector,
|
||||
tx_hash: true,
|
||||
})
|
||||
|
||||
export const marketplaceSupplierOrderActionResultSelector = Selector(
|
||||
'MarketplaceSupplierOrderActionResult',
|
||||
)({
|
||||
order: rawOrderSelector,
|
||||
tx_hash: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user