js-table #364

Merged
marie merged 23 commits from js-table into staging 2024-04-14 17:56:45 +02:00
Showing only changes of commit faa8e6a13b - Show all commits

View File

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