pub async fn fetch_user_marketing_consent(
conn: &mut PgConnection,
course_id: Uuid,
user_id: &Uuid,
) -> Result<UserMarketingConsent>
pub async fn fetch_user_marketing_consent(
conn: &mut PgConnection,
course_id: Uuid,
user_id: &Uuid,
) -> Result<UserMarketingConsent>