Skip to content

Commit 815318b

Browse files
author
Xavier Agostini
authored
fix connection-mode issue (#538)
1 parent 06ec52d commit 815318b

File tree

3 files changed

+3432
-3373
lines changed

3 files changed

+3432
-3373
lines changed

scripts/catalog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const slugify = (displayName) => {
2020
if (slug === '-net') slug = 'net'
2121
if (slug === 'roku-alpha') slug = 'roku'
2222
if (slug === 'shopify-by-littledata') slug = 'shopify-littledata'
23+
if (slug === 'talon-one') slug = 'talonone'
2324
return slug
2425
}
2526

@@ -82,7 +83,7 @@ const getConnectionModes = (destination) => {
8283
if (destination.platforms.server) {
8384
connectionModes.cloud.server = true
8485
}
85-
if (destination.platforms.browser && destination.browserUnbundlingSupported && destination.browserUnbundlingPublic) {
86+
if (destination.platforms.browser && destination.browserUnbundlingPublic) {
8687
connectionModes.cloud.web = true
8788
}
8889
break

0 commit comments

Comments
 (0)