Skip to content

Commit

Permalink
fix: authors posts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaps committed Jul 22, 2024
1 parent 9aa012a commit 7a40db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ export async function fetchPage(options: {
per_page: 50,
page: 1,
filter_query: {
author: {
in: data.story.uuid
authors: {
any_in_array: data.story.uuid
}
}
}),
Expand Down

0 comments on commit 7a40db6

Please sign in to comment.