Skip to content

Commit af3365c

Browse files
authored
Merge pull request #124 from segmentio/repo-sync
repo sync
2 parents e21582a + a96f08d commit af3365c

File tree

7 files changed

+1208
-961
lines changed

7 files changed

+1208
-961
lines changed

scripts/catalog_papi.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ const getConnectionModes = (destination) => {
6666
}
6767
destination.components.forEach(component =>{
6868
switch (component.type){
69-
case 'ios':
69+
case 'IOS':
7070
connectionModes.device.mobile = true
7171
break
72-
case 'android':
72+
case 'ANDROID':
7373
connectionModes.device.mobile = true
7474
break
75-
case 'browser':
75+
case 'BROWSER':
7676
if (destination.browserUnbundling) {
7777
connectionModes.cloud.web = true
7878
}
7979
connectionModes.device.web = true
8080
break
81-
case 'server':
81+
case 'SERVER':
8282
connectionModes.cloud.mobile = true
8383
if (destination.platforms.server) {
8484
connectionModes.cloud.server = true
@@ -530,4 +530,4 @@ const updateWarehouses = async () => {
530530

531531
updateDestinations()
532532
updateSources()
533-
updateWarehouses()
533+
// updateWarehouses()

src/_data/catalog/destination_categories.yml

+1-1
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 2021-11-15
2+
# destination categories last updated 2021-11-17
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)