mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
fix: fmt
This commit is contained in:
parent
42abaa0779
commit
faa9ca4270
4 changed files with 21 additions and 10 deletions
|
|
@ -167,7 +167,10 @@ impl Object for user::Model {
|
|||
.filter(entities::user::Column::Url.eq(object_id.to_string()))
|
||||
.one(data.database_connection.as_ref())
|
||||
.await?;
|
||||
println!("!!!!!!!!Reading user from id!!!!!!!!!!!: {}", res.clone().is_some());
|
||||
println!(
|
||||
"!!!!!!!!Reading user from id!!!!!!!!!!!: {}",
|
||||
res.clone().is_some()
|
||||
);
|
||||
Ok(res)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue