Skip to content

Commit

Permalink
Merge pull request #390 from significa/SIGN-701
Browse files Browse the repository at this point in the history
fix: authors posts
  • Loading branch information
kaaps authored Jul 22, 2024
2 parents 9aa012a + 7a40db6 commit e8158d2
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 e8158d2

Please sign in to comment.