@@ -397,35 +397,34 @@ const updateDestinations = async () => {
397
397
destination . supportedMethods = renameKey ( destination . supportedMethods , 'pageview' , 'page' )
398
398
399
399
let updatedDestination = {
400
- // id: destination.id,
401
- // display_name: destination.name,
402
- // name: destination.name,
403
- // slug,
404
- // hidden: isCatalogItemHidden(url),
405
- // endpoints,
406
- // regions,
407
- // url,
408
- // previous_names: destination.previousNames,
409
- // website: destination.website,
410
- // status: destination.status,
411
- // categories: tempCategories,
412
- // logo: {
413
- // url: destination.logos.default
414
- // },
415
- // mark: {
416
- // url: destination.logos.mark
417
- // },
418
- // methods: destination.supportedMethods,
419
- // platforms: destination.supportedPlatforms,
420
- // components: destination.components,
421
- // browserUnbundlingSupported: destination.supportedFeatures.browserUnbundling,
422
- // browserUnbundlingPublic: destination.supportedFeatures.browserUnbundlingPublic,
423
- // replay: destination.supportedFeatures.replay,
424
- // connection_modes,
425
- // settings,
426
- // actions,
427
- // presets
400
+ id : destination . id ,
401
+ display_name : destination . name ,
428
402
name : destination . name ,
403
+ slug,
404
+ hidden : isCatalogItemHidden ( url ) ,
405
+ endpoints,
406
+ regions,
407
+ url,
408
+ previous_names : destination . previousNames ,
409
+ website : destination . website ,
410
+ status : destination . status ,
411
+ categories : tempCategories ,
412
+ logo : {
413
+ url : destination . logos . default
414
+ } ,
415
+ mark : {
416
+ url : destination . logos . mark
417
+ } ,
418
+ methods : destination . supportedMethods ,
419
+ platforms : destination . supportedPlatforms ,
420
+ components : destination . components ,
421
+ browserUnbundlingSupported : destination . supportedFeatures . browserUnbundling ,
422
+ browserUnbundlingPublic : destination . supportedFeatures . browserUnbundlingPublic ,
423
+ replay : destination . supportedFeatures . replay ,
424
+ connection_modes,
425
+ settings,
426
+ actions,
427
+ presets
429
428
}
430
429
destinationsUpdated . push ( updatedDestination )
431
430
doesCatalogItemExist ( updatedDestination )
0 commit comments