Skip to content

Commit

Permalink
fix(specs): remove SFCC source type [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4190

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 Dec 2, 2024
1 parent 50bc69c commit fc62de0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Model/Ingestion/SourceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class SourceType

public const SHOPIFY = 'shopify';

public const SFCC = 'sfcc';

public const PUSH = 'push';

/**
Expand All @@ -50,7 +48,6 @@ public static function getAllowableEnumValues()
self::GA4_BIGQUERY_EXPORT,
self::JSON,
self::SHOPIFY,
self::SFCC,
self::PUSH,
];
}
Expand Down

0 comments on commit fc62de0

Please sign in to comment.