remove unnecessary comment
This commit is contained in:
parent
0057a58eff
commit
aae206d8d9
@ -1169,7 +1169,7 @@ pub struct UserWithRolesAndMembershipPdf {
|
|||||||
#[serde(flatten)]
|
#[serde(flatten)]
|
||||||
pub user: User,
|
pub user: User,
|
||||||
pub membership_pdf: bool,
|
pub membership_pdf: bool,
|
||||||
pub roles: Vec<String>, // TODO: get rid of this...
|
pub roles: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl UserWithRolesAndMembershipPdf {
|
impl UserWithRolesAndMembershipPdf {
|
||||||
|
Loading…
Reference in New Issue
Block a user