Skip to content

Commit a3eed8c

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 d2c4186 commit a3eed8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/scala/algoliasearch/ingestion/SourceType.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,11 @@ object SourceType {
5050
case object Shopify extends SourceType {
5151
override def toString = "shopify"
5252
}
53-
case object Sfcc extends SourceType {
54-
override def toString = "sfcc"
55-
}
5653
case object Push extends SourceType {
5754
override def toString = "push"
5855
}
5956
val values: Seq[SourceType] =
60-
Seq(Bigcommerce, Bigquery, Commercetools, Csv, Docker, Ga4BigqueryExport, Json, Shopify, Sfcc, Push)
57+
Seq(Bigcommerce, Bigquery, Commercetools, Csv, Docker, Ga4BigqueryExport, Json, Shopify, Push)
6158

6259
def withName(name: String): SourceType = SourceType.values
6360
.find(_.toString == name)

0 commit comments

Comments
 (0)