mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-10 04:30:29 +00:00
Revert score per page to 5
This commit is contained in:
parent
fd9f3a507d
commit
16cd0fc72a
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