Skip to content

Commit

Permalink
fix(specs): remove the processing outcome (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4359

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 16, 2025
1 parent 185acea commit 01f3583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Ingestion/Models/RunOutcome.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Foundation
public enum RunOutcome: String, Codable, CaseIterable {
case success
case failure
case processing
}

extension RunOutcome: Hashable {}

0 comments on commit 01f3583

Please sign in to comment.