Skip to content

Commit

Permalink
Include ORCID iDs in public personas
Browse files Browse the repository at this point in the history
Refs 71f8f8a
  • Loading branch information
thewilkybarkid committed Jul 15, 2024
1 parent 831428b commit e72558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/controllers/fullReview.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function controller(
? ctx.query.include_images.split(',')
: undefined,
),
populate: ['authors', 'comments', 'drafts', 'preprint', 'statements'],
populate: ['authors', 'author.identity', 'comments', 'drafts', 'preprint', 'statements'],
orderBy: { updatedAt: order },
limit: ctx.query.limit,
offset: ctx.query.offset,
Expand Down

0 comments on commit e72558f

Please sign in to comment.