Skip to content

Commit ce6c194

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 d75f01c commit ce6c194

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

algoliasearch/src/main/java/com/algolia/model/ingestion/RunOutcome.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
public enum RunOutcome {
1111
SUCCESS("success"),
1212

13-
FAILURE("failure"),
14-
15-
PROCESSING("processing");
13+
FAILURE("failure");
1614

1715
private final String value;
1816

0 commit comments

Comments
 (0)