File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ import {
9
9
} from '@sap/cf-tools' ;
10
10
import type { Logger } from '@sap-ux/logger' ;
11
11
import { ENV } from './app-studio.env' ;
12
- import type { CloudFoundryServiceInfo , OAuth2Destination } from './destination' ;
13
12
import {
14
13
Authentication ,
15
14
type Destination ,
16
15
DestinationType ,
17
16
isS4HC ,
18
17
type ListDestinationOpts ,
19
- OAuthUrlType
18
+ OAuthUrlType ,
19
+ type CloudFoundryServiceInfo ,
20
+ type OAuth2Destination
20
21
} from './destination' ;
21
22
import type { ServiceInfo } from './service-info' ;
22
23
@@ -224,7 +225,7 @@ async function generateOAuthTokenExchangeDestination(
224
225
return transformToOAuthUserTokenExchange (
225
226
{
226
227
...destination ,
227
- Description : `Destination generated by App Studio for \ '${ destination . Name } \ ', Do not remove.` ,
228
+ Description : `Destination generated by App Studio for '${ destination . Name } ', Do not remove.` ,
228
229
Name : destinationName
229
230
} ,
230
231
instanceDetails . credentials as ServiceInfo [ 'uaa' ]
You can’t perform that action at this time.
0 commit comments