Skip to content

Commit

Permalink
#82 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 1, 2017
1 parent f43e7e3 commit 44d7d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/jpeek/web/Results.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ public Iterable<Iterable<Directive>> recent() {
.withConsistentRead(false)
// @checkstyle MagicNumber (1 line)
.withLimit(25)
.withAttributesToGet("artifact", "classes", "defects")
.withAttributesToGet(
"artifact", "classes", "defects", "version"
)
)
);
}
Expand Down

0 comments on commit 44d7d5d

Please sign in to comment.