Skip to main content

team_create

Function team_create 

Source
pub async fn team_create(
    pool: &PgPool,
    slug: &str,
    name: Option<String>,
) -> Result<()>