From 01f3583ab4c0c4fb73181bf2bc2ab717fbe3c318 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 16 Jan 2025 17:07:25 +0000 Subject: [PATCH] fix(specs): remove the processing outcome (generated) https://github.com/algolia/api-clients-automation/pull/4359 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- Sources/Ingestion/Models/RunOutcome.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Ingestion/Models/RunOutcome.swift b/Sources/Ingestion/Models/RunOutcome.swift index 2c454f9d4..888724c88 100644 --- a/Sources/Ingestion/Models/RunOutcome.swift +++ b/Sources/Ingestion/Models/RunOutcome.swift @@ -10,7 +10,6 @@ import Foundation public enum RunOutcome: String, Codable, CaseIterable { case success case failure - case processing } extension RunOutcome: Hashable {}