This commit is contained in:
philipp 2024-04-09 08:07:56 +02:00
parent 4a5d9fa65b
commit 0fed206df6

View File

@ -287,7 +287,7 @@ async fn download_membership_pdf(
db, db,
format!( format!(
"{} downloaded membership application for user: {}", "{} downloaded membership application for user: {}",
admin.user.name, user.name admin.user.name, user.user.name
), ),
) )
.await; .await;