Revert score per page to 5

This commit is contained in:
Natsu Kagami 2025-01-03 14:53:53 +01:00 committed by Natsu Kagami
parent fd9f3a507d
commit 16cd0fc72a

View file

@ -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 {