Skip to content

Commit

Permalink
fix: load last 20 not 100 releases of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Aug 12, 2019
1 parent dce3b08 commit d9c39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view-releases/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports.getOrgReleases = async function(org) {
edges {
node {
name
releases(last: 100) {
releases(last: 20) {
edges {
node {
publishedAt
Expand Down

0 comments on commit d9c39c1

Please sign in to comment.