refactor: rename fetch_one_with_member
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

Renamed to fetch_one_with_uuid
This commit is contained in:
Radical 2025-08-04 22:55:48 +02:00
parent e9cc2a3f0e
commit 8d91ec78a6
3 changed files with 4 additions and 4 deletions

View file

@ -185,7 +185,7 @@ impl Member {
.await
}
pub async fn fetch_one_with_member(
pub async fn fetch_one_with_uuid(
conn: &mut Conn,
cache_pool: &redis::Client,
me: Option<&Me>,