Skip to content

Commit

Permalink
Update server/main-api/src/setup/database/alias.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 2, 2024
1 parent 96a3c33 commit 595c4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/setup/database/alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub async fn download_updates(
.collect::<Vec<Alias>>(),
))
}
#[tracing::instrument]
#[tracing::instrument(skip(tx))]
pub async fn load_all_to_db(
aliases: LimitedVec<Alias>,
tx: &mut sqlx::Transaction<'_, sqlx::Postgres>,
Expand Down

0 comments on commit 595c4d6

Please sign in to comment.