Skip to content

Commit e5132ac

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 175dd42 commit e5132ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Model/Ingestion/RunOutcome.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class RunOutcome
2020

2121
public const FAILURE = 'failure';
2222

23-
public const PROCESSING = 'processing';
24-
2523
/**
2624
* Gets allowable values of the enum.
2725
*
@@ -32,7 +30,6 @@ public static function getAllowableEnumValues()
3230
return [
3331
self::SUCCESS,
3432
self::FAILURE,
35-
self::PROCESSING,
3633
];
3734
}
3835
}

0 commit comments

Comments
 (0)