Skip to content

Commit

Permalink
#22 fetch all
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent a8caccb commit 37746bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/jare/dynamo/DyBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public Iterable<Domain> all() {
.frame()
.through(
new ScanValve()
.withAttributeToGet("user", "domain")
.withAttributeToGet("user", "domain", "total", "usage")
.withLimit(Tv.THOUSAND)
)
.stream()
Expand Down

0 comments on commit 37746bb

Please sign in to comment.