Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Oct 16, 2023
1 parent 0d585b6 commit f38f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@utils/accessDetailsAndPricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export async function getAccessDetails(
}
}

export function getAvailablePrice(asset: AssetExtended) {
export function getAvailablePrice(asset: AssetExtended): AssetPrice {
const price: AssetPrice = asset?.stats?.price?.value
? asset?.stats?.price
: {
Expand Down

0 comments on commit f38f580

Please sign in to comment.