Skip to content

Commit 3888281

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove SFCC source type [skip-bc] (generated)
algolia/api-clients-automation#4190 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent fc80801 commit 3888281

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

lib/algolia/models/ingestion/source_type.rb

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,10 @@ class SourceType
1414
GA4_BIGQUERY_EXPORT = "ga4BigqueryExport".freeze
1515
JSON = "json".freeze
1616
SHOPIFY = "shopify".freeze
17-
SFCC = "sfcc".freeze
1817
PUSH = "push".freeze
1918

2019
def self.all_vars
21-
@all_vars ||= [
22-
BIGCOMMERCE,
23-
BIGQUERY,
24-
COMMERCETOOLS,
25-
CSV,
26-
DOCKER,
27-
GA4_BIGQUERY_EXPORT,
28-
JSON,
29-
SHOPIFY,
30-
SFCC,
31-
PUSH
32-
].freeze
20+
@all_vars ||= [BIGCOMMERCE, BIGQUERY, COMMERCETOOLS, CSV, DOCKER, GA4_BIGQUERY_EXPORT, JSON, SHOPIFY, PUSH].freeze
3321
end
3422

3523
# Builds the enum from string

0 commit comments

Comments
 (0)