Skip to content

Commit

Permalink
fixed likedby image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Sep 2, 2024
1 parent 01ecb7b commit 05649f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/Organization/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const posts: OrganizationResolvers["posts"] = async (
.limit(parsedArgs.limit)
.populate({
path: 'likedBy',
select: 'image',
select: 'image'
})
.lean()
.exec(),
Expand Down

0 comments on commit 05649f4

Please sign in to comment.