Skip to content

Commit fd62769

Browse files
committed
fixes issue treehouse-projects#6 choosing number of examples
1 parent a80824a commit fd62769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/teamtreehouse/flashy/controllers/IndexController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public String index(Model model) {
3232

3333
}
3434
}
35+
//
3536
Long totalCount = flashCardService.getCurrentCount();
3637
if(totalCount > AMOUNT_TO_SHOW) {
3738
ctaBuilder.append(" and ");

0 commit comments

Comments
 (0)