Compare commits

..

2 Commits

Author SHA1 Message Date
faa8e6a13b Merge pull request 'fix ci' (#355) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m21s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 5m1s
Reviewed-on: #355
2024-04-09 08:08:11 +02:00
0fed206df6 fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m48s
CI/CD Pipeline / deploy-staging (push) Successful in 5m6s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-04-09 08:07:56 +02:00

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;