diff --git a/client/src/models/AssetModel.ts b/client/src/models/AssetModel.ts index 7538119..6bfcfb6 100644 --- a/client/src/models/AssetModel.ts +++ b/client/src/models/AssetModel.ts @@ -19,15 +19,6 @@ const AssetModel = { inLanguage: '', tags: [], price: '' - }, - curation: { - rating: null, - numVotes: null, - schema: null - }, - additionalInformation: { - updateFrequency: null, - structuredMarkup: [] } } diff --git a/client/src/routes/Publish/index.tsx b/client/src/routes/Publish/index.tsx index 54c9ff6..eb18137 100644 --- a/client/src/routes/Publish/index.tsx +++ b/client/src/routes/Publish/index.tsx @@ -285,10 +285,6 @@ export default class Publish extends Component<{}, PublishState> { type: this.state.type, categories: [this.state.categories] }) - // curation: Object.assign(AssetModel.curation), - // additionalInformation: Object.assign( - // AssetModel.additionalInformation - // ) } try {