pub async fn complete_steps(
user_id: Uuid,
step_keys: Vec<String>,
pool: &SharedPool,
) -> Result<(), ServiceError>Expand description
Mark multiple steps completed (idempotent).
ยงErrors
If the connection to the database could not be established.