Skip to content

Commit

Permalink
fix: user read history calendar (#4073)
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert authored Jan 16, 2025
1 parent 6a77eac commit 173a201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/graphql/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const USER_READING_HISTORY_QUERY = gql`
rank
count
}
userReadHistory(id: $id, after: $after, before: $before) {
userReadHistory(id: $id, after: $after, before: $before, grouped: true) {
date
reads
}
Expand Down

0 comments on commit 173a201

Please sign in to comment.