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 b1f0128 commit 9e85fbd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ public enum class RunOutcome(public val value: kotlin.String) {
Success("success"),

@SerialName(value = "failure")
Failure("failure"),

@SerialName(value = "processing")
Processing("processing");
Failure("failure");

override fun toString(): kotlin.String = value
}

0 comments on commit 9e85fbd

Please sign in to comment.