Skip to content

Commit

Permalink
fix: history version query (#972)
Browse files Browse the repository at this point in the history
* fix: order user proposals correctly

* fix: history version query
  • Loading branch information
baiirun authored Jan 10, 2025
1 parent 91ca68f commit ced3322
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web/core/io/subgraph/fetch-versions-batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const query = (versionIds: string[]) => {
name
createdAt
createdById
proposals {
nodes {
id
}
}
}
}
}
Expand Down

0 comments on commit ced3322

Please sign in to comment.