File tree Expand file tree Collapse file tree 4 files changed +28
-875
lines changed
connections/sources/catalog/libraries/server/ruby Expand file tree Collapse file tree 4 files changed +28
-875
lines changed Original file line number Diff line number Diff line change @@ -401,25 +401,6 @@ const updateDestinations = async () => {
401401 return 0 ;
402402 } )
403403
404-
405- // Here we are dealing with settings that should not be exposed
406- settings . forEach ( setting => {
407- if ( setting . name == 'directChannels' || setting . name == 'endpoint' || setting . name == 'batchApiLocation' ) {
408- delete setting . name
409- delete setting . type
410- delete setting . defaultValue
411- delete setting . description
412- delete setting . required
413- delete setting . label
414- delete setting
415-
416- }
417- } ) ;
418-
419- settings = settings . filter ( value => JSON . stringify ( value ) !== '{}' )
420-
421- // end settings removal block
422-
423404 const clone = ( obj ) => Object . assign ( { } , obj )
424405 const renameKey = ( object , key , newKey ) => {
425406 const clonedObj = clone ( object ) ;
You can’t perform that action at this time.
0 commit comments