Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const slugify = (displayName) => {
if (slug === '-net') slug = 'net'
if (slug === 'roku-alpha') slug = 'roku'
if (slug === 'shopify-by-littledata') slug = 'shopify-littledata'
if (slug === 'talon-one') slug = 'talonone'
return slug
}

Expand Down Expand Up @@ -82,7 +83,7 @@ const getConnectionModes = (destination) => {
if (destination.platforms.server) {
connectionModes.cloud.server = true
}
if (destination.platforms.browser && destination.browserUnbundlingSupported && destination.browserUnbundlingPublic) {
if (destination.platforms.browser && destination.browserUnbundlingPublic) {
connectionModes.cloud.web = true
}
break
Expand Down
Loading