mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
Revert score per page to 5
This commit is contained in:
parent
d77ada6710
commit
cc0746b33b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ mod scores {
|
|||
}
|
||||
}
|
||||
|
||||
const ITEMS_PER_PAGE: usize = 10;
|
||||
const ITEMS_PER_PAGE: usize = 5;
|
||||
|
||||
#[async_trait]
|
||||
impl pagination::Paginate for Paginate {
|
||||
|
|
Loading…
Add table
Reference in a new issue