mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
process links in transformPublishFormToMetadata
This commit is contained in:
parent
1972b1dca2
commit
681d59ca64
@ -35,9 +35,7 @@ export function transformPublishFormToMetadata(
|
|||||||
description,
|
description,
|
||||||
copyrightHolder,
|
copyrightHolder,
|
||||||
tags: tags?.split(','),
|
tags: tags?.split(','),
|
||||||
// links: {
|
links: typeof links !== 'string' && links,
|
||||||
// url: links
|
|
||||||
// },
|
|
||||||
termsAndConditions,
|
termsAndConditions,
|
||||||
priceType: price.type
|
priceType: price.type
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user