Skip to content

Commit d8747b7

Browse files
authored
Merge pull request #6364 from segmentio/develop
Release 24.15.1
2 parents 02afb32 + 0c2b577 commit d8747b7

File tree

28 files changed

+659
-219
lines changed

28 files changed

+659
-219
lines changed

scripts/catalog/updateDestinations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ const updateDestinations = async () => {
142142
connection_modes,
143143
settings,
144144
actions,
145-
presets
145+
presets,
146+
partnerOwned: destination.partnerOwned
146147
};
147148

148149
// Add the updated destination to the destinationsUpdated array

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2024-04-05
2+
# destination categories last updated 2024-04-09
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)