Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
donot
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Dec 13, 2023
1 parent 915c6e0 commit 560de67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/doNotConfig.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const doNotSearch = {
persons: {
ids: ['idref227790677', 'idref257915222', 'idref261699784'],
ids: ['idref227790677', 'idref257915222', 'idref261699784', 'idref258520361'],
},
publications: {
ids: ['hal-02423632', 'hal-02422378', 'hal-02415294', 'hal-02415565', 'dumas-02948128', 'hal-03540209', 'nnt2021coaz0011'],
},
};
export const doNotDisplay = {
publication: ['hal-02423632', 'hal-02422378', 'hal-02415294', 'hal-02415565', 'dumas-02948128', 'hal-03540209', 'nnt2021coaz0011'],
person: ['idref227790677', 'idref257915222', 'idref261699784'],
person: ['idref227790677', 'idref257915222', 'idref261699784', 'idref258520361'],
};

0 comments on commit 560de67

Please sign in to comment.