Compare commits

..

No commits in common. "7660953e6b9403f0765d31b1ce74d0931daae6a2" and "83c0285204cdce5faf1ba521f0b24622c8887f7c" have entirely different histories.

View File

@ -286,8 +286,8 @@ async fn download_membership_pdf(
Log::create(
db,
format!(
"{} downloaded membership application for user: {}",
admin.user.name, user.name
"{} downloaded membership application for user: {user:?}",
admin.user.name
),
)
.await;