Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Oct 29, 2024
1 parent 3caf241 commit a231a64
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 @@ -26,7 +26,7 @@ async fn query(
let access_level = highest_query_access_level(&authenticated_entity, &database)?;
match access_level {
Some(access_level) => {
let db_type = DBType::try_from(database.db_type)?;
let db_type = DBType::try_from(database.db_type)?;
let db_path = current_database_path(entity_slug, database_slug, &ayb_config.data_path)?;
let result = run_query(
&db_path,
Expand Down

0 comments on commit a231a64

Please sign in to comment.