mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
fix: im having a stroke it works
This commit is contained in:
parent
3f9fb9e67a
commit
572e86624e
|
|
@ -125,7 +125,7 @@ async fn fetch_user(
|
|||
let db = DB.get().unwrap();
|
||||
|
||||
let user = prelude::User::find()
|
||||
.filter(post::Column::Id.eq(path.as_str()))
|
||||
.filter(user::Column::Id.eq(path.as_str()))
|
||||
.one(db)
|
||||
.await?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue