Skip to content

Commit 41cac51

Browse files
author
cloud-sdk-js
committed
Changes from lint:fix
1 parent 7778cd0 commit 41cac51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/connectivity/src/scp-cf/identity-service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ export { clearIdentityServices } from './environment-accessor';
2222
* Represents the response to an IAS client credentials request.
2323
* Extends the XSUAA response with IAS-specific fields.
2424
*/
25-
export interface IasClientCredentialsResponse
26-
extends ClientCredentialsResponse {
25+
export interface IasClientCredentialsResponse extends ClientCredentialsResponse {
2726
/**
2827
* Audience claim from the JWT token.
2928
*/

0 commit comments

Comments
 (0)