We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44082c3 commit 087da0eCopy full SHA for 087da0e
lib/algolia/models/ingestion/run_outcome.rb
@@ -8,10 +8,9 @@ module Ingestion
8
class RunOutcome
9
SUCCESS = "success".freeze
10
FAILURE = "failure".freeze
11
- PROCESSING = "processing".freeze
12
13
def self.all_vars
14
- @all_vars ||= [SUCCESS, FAILURE, PROCESSING].freeze
+ @all_vars ||= [SUCCESS, FAILURE].freeze
15
end
16
17
# Builds the enum from string
0 commit comments