Skip to content

Commit

Permalink
awa
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Aug 3, 2024
1 parent 8ee5eb5 commit 1258125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects/person.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ impl Object for user::Model {
object_id: Url,
data: &Data<Self::DataType>,
) -> Result<Option<Self>, Self::Error> {
println!("!!!!!!!!Reading user from id!!!!!!!!!!!: {}", object_id);
let res = entities::prelude::User::find()
.filter(entities::user::Column::Url.eq(object_id.as_str()))
.one(data.database_connection.as_ref())
Expand Down

0 comments on commit 1258125

Please sign in to comment.