refactor: rename fetch_one_with_member
Renamed to fetch_one_with_uuid
This commit is contained in:
parent
e9cc2a3f0e
commit
8d91ec78a6
3 changed files with 4 additions and 4 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue