Skip to content

Commit

Permalink
Include peerReview.evaluationSummary in preprints-no-content
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo committed Nov 6, 2024
1 parent 07ad824 commit efb9602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/mongodb/mongodb-repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ class MongoDBArticleRepository implements ArticleRepository {
'article.date': 0,
'article.licenses': 0,
'article.references': 0,
peerReview: 0,
'peerReview.authorResponse': 0,
'peerReview.reviews': 0,
_id: 0,
},
},
Expand Down

0 comments on commit efb9602

Please sign in to comment.