Skip to content

Commit c6864c3

Browse files
authored
Merge pull request #204 from segmentio/repo-sync
repo sync
2 parents 1cdcd3f + 37a7ff4 commit c6864c3

File tree

8 files changed

+2429
-22
lines changed

8 files changed

+2429
-22
lines changed

scripts/catalog_papi.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const updateDestinations = async () => {
330330
let regional = ['us-west']
331331

332332
// We need to be able to keep the system slug in some cases.
333-
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api']
333+
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud']
334334
let slug = slugify(destination.name)
335335
if (slugOverrides.includes(destination.slug)) {
336336
slug = destination.slug
@@ -341,7 +341,8 @@ const updateDestinations = async () => {
341341
const actionsDests = [
342342
'amplitude-actions',
343343
'slack-actions',
344-
'fullstory-actions'
344+
'fullstory-actions',
345+
'friendbuy-actions'
345346
]
346347

347348
if (actionsDests.includes(slug)) {

0 commit comments

Comments
 (0)