Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Jan 19, 2025
1 parent b43f6b9 commit 6452c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/endpoints/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async fn query(
println!("4");
let authenticated_entity = unwrap_authenticated_entity(&authenticated_entity)?;
println!("5");

let access_level =
highest_query_access_level(&authenticated_entity, &database, &ayb_db).await?;
println!("6");
Expand Down

0 comments on commit 6452c86

Please sign in to comment.