Skip to content

Commit

Permalink
fix: use correct terms link as fallback (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein authored Jan 9, 2025
1 parent 3223e28 commit cb63d15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Publish/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ export async function transformPublishFormToDdo(
description,
tags: transformTags(tags),
author,
license:
values.metadata.license || 'https://market.oceanprotocol.com/terms',
license: values.metadata.license || 'https://portal.pontus-x.eu/terms',
links: linksTransformed,
additionalInformation: {
termsAndConditions,
Expand Down

0 comments on commit cb63d15

Please sign in to comment.