fix-notification-content #334

Merged
philipp merged 2 commits from fix-notification-content into main 2024-04-02 10:38:24 +02:00
Showing only changes of commit c1d46a6e6b - Show all commits

View File

@ -733,7 +733,7 @@ impl<'r> FromRequest<'r> for TechUser {
}
pub struct CoxUser {
user: User,
pub(crate) user: User,
}
impl Deref for CoxUser {