Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
Refs e72558f
  • Loading branch information
thewilkybarkid committed Jul 15, 2024
1 parent e72558f commit 0c59ad2
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', 'author.identity', 'comments', 'drafts', 'preprint', 'statements'],
populate: ['authors', 'authors.identity', 'comments', 'drafts', 'preprint', 'statements'],
orderBy: { updatedAt: order },
limit: ctx.query.limit,
offset: ctx.query.offset,
Expand Down

0 comments on commit 0c59ad2

Please sign in to comment.