Skip to main content

publish_draft

Function publish_draft 

Source
pub async fn publish_draft(
    state: &AppState,
    draft_id: &str,
    incident_id: Option<&str>,
    mode: PublishMode,
) -> Result<PublishOutcome>