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 <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Jan 16, 2025
1 parent 2d621ef commit 28f7703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ingestion/model/runOutcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* Task run outcome.
*/
export type RunOutcome = 'success' | 'failure' | 'processing';
export type RunOutcome = 'success' | 'failure';

0 comments on commit 28f7703

Please sign in to comment.