Skip to content

Commit

Permalink
fix: im having a stroke it works
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Jul 17, 2024
1 parent 3f9fb9e commit 572e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lysand/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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?;

Expand Down

0 comments on commit 572e866

Please sign in to comment.