Skip to content

Commit 0d24c37

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove the processing outcome (generated)
algolia/api-clients-automation#4359 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 1ee7ff4 commit 0d24c37

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

algoliasearch/Models/Ingestion/RunOutcome.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ public enum RunOutcome
2828
/// Enum Failure for value: failure
2929
/// </summary>
3030
[JsonPropertyName("failure")]
31-
Failure = 2,
32-
33-
/// <summary>
34-
/// Enum Processing for value: processing
35-
/// </summary>
36-
[JsonPropertyName("processing")]
37-
Processing = 3
31+
Failure = 2
3832
}
3933

0 commit comments

Comments
 (0)