Skip to content

Commit 28f7703

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 2d621ef commit 28f7703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ingestion/model/runOutcome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Task run outcome.
55
*/
6-
export type RunOutcome = 'success' | 'failure' | 'processing';
6+
export type RunOutcome = 'success' | 'failure';

0 commit comments

Comments
 (0)