pub async fn add_plan_member_by_email(
conn: &mut PgConnection,
plan_id: Uuid,
requesting_user_id: Uuid,
email: &str,
) -> ModelResult<PlanMemberWithDetails>Expand description
Adds a member to a plan by email.
pub async fn add_plan_member_by_email(
conn: &mut PgConnection,
plan_id: Uuid,
requesting_user_id: Uuid,
email: &str,
) -> ModelResult<PlanMemberWithDetails>Adds a member to a plan by email.