Skip to content

Commit

Permalink
feat(works): Remove "interactiveresource" from the types of works col…
Browse files Browse the repository at this point in the history
…lected, thanks to @LaetitiaBracco
  • Loading branch information
annelhote committed Jul 12, 2024
1 parent 3e6c522 commit aebf670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utils/works.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { cleanId, getAuthorOrcid, intersectArrays, removeDiacritics } from './utils';

const datasetsType = ['dataset', 'physicalobject', 'collection', 'audiovisual', 'sound',
'software', 'computationalnotebook', 'film', 'interactiveresource', 'image'];
'software', 'computationalnotebook', 'film', 'image'];

const getFormat = (formats) => {
const formatsMapping = {
Expand Down

0 comments on commit aebf670

Please sign in to comment.