remove unnecessary comment
Some checks failed
CI/CD Pipeline / test (push) Failing after 8m21s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-10-11 10:36:03 +02:00
parent 0057a58eff
commit aae206d8d9

View File

@ -1169,7 +1169,7 @@ pub struct UserWithRolesAndMembershipPdf {
#[serde(flatten)]
pub user: User,
pub membership_pdf: bool,
pub roles: Vec<String>, // TODO: get rid of this...
pub roles: Vec<String>,
}
impl UserWithRolesAndMembershipPdf {