1
0
Fork 0
forked from gorb/backend

style: change function name

This commit is contained in:
Radical 2025-05-20 22:20:32 +02:00
parent b66c8f0613
commit 4124b08bb2
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ pub async fn res(
return Ok(error);
}
let accounts = User::fetch_all(&data.pool, start, amount).await;
let accounts = User::fetch_amount(&data.pool, start, amount).await;
if let Err(error) = accounts {
return Ok(error);