Reduce to 10 the books listed in the new page.
This commit is contained in:
parent
dcc2d3b9dc
commit
7a0f4834a5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
newItemsPage = 50
|
||||
newItemsPage = 10
|
||||
)
|
||||
|
||||
func deleteHandler(h handler) {
|
||||
|
|
Reference in a new issue