Skip to content

Commit 543eb31

Browse files
sap-cloud-sdk-bot[bot]KavithaSiva
authored andcommitted
Changes from lint:fix
1 parent 370d4dc commit 543eb31

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.github/actions/check-public-api/index.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/connectivity/src/scp-cf/destination/get-subscriber-token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function getJwtForServiceToken(iss?: string, decodedUserJwt?: JwtPayload) {
7878
if (iss) {
7979
logger.warn(
8080
'Using `iss` option instead of a full JWT to fetch a destination. No validation is performed.' +
81-
'Passing a user-supplied value without verifying it may lead to unintended cross-tenant destination access.'
81+
'Passing a user-supplied value without verifying it may lead to unintended cross-tenant destination access.'
8282
);
8383

8484
return { ext_attr: { zdn: getIssuerSubdomain({ iss }) } };

packages/http-client/src/csrf-token-middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { URL } from 'url';
12
import {
23
createLogger,
34
ErrorWithCause,
@@ -8,7 +9,6 @@ import {
89
pickValueIgnoreCase,
910
removeTrailingSlashes
1011
} from '@sap-cloud-sdk/util';
11-
import { URL } from 'url';
1212
import axios from 'axios';
1313
import { executeWithMiddleware } from '@sap-cloud-sdk/resilience/internal';
1414
import type {

0 commit comments

Comments
 (0)