Skip to content

Commit 9c8bd0b

Browse files
committed
fix(btp-utils): address sonar issues
1 parent 702efd0 commit 9c8bd0b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/btp-utils/src/app-studio.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ import {
99
} from '@sap/cf-tools';
1010
import type { Logger } from '@sap-ux/logger';
1111
import { ENV } from './app-studio.env';
12-
import type { CloudFoundryServiceInfo, OAuth2Destination } from './destination';
1312
import {
1413
Authentication,
1514
type Destination,
1615
DestinationType,
1716
isS4HC,
1817
type ListDestinationOpts,
19-
OAuthUrlType
18+
OAuthUrlType,
19+
type CloudFoundryServiceInfo,
20+
type OAuth2Destination
2021
} from './destination';
2122
import type { ServiceInfo } from './service-info';
2223

@@ -224,7 +225,7 @@ async function generateOAuthTokenExchangeDestination(
224225
return transformToOAuthUserTokenExchange(
225226
{
226227
...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.`,
228229
Name: destinationName
229230
},
230231
instanceDetails.credentials as ServiceInfo['uaa']

0 commit comments

Comments
 (0)