Skip to content

Commit 7f1087b

Browse files
committed
chore: linting
1 parent aedbb3f commit 7f1087b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/authentication/AzureIdentityAccessTokenProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export class GraphAzureIdentityAccessTokenProvider extends AzureIdentityAccessTo
66
public constructor(
77
credentials: TokenCredential,
88
scopes?: string[],
9-
options?: GetTokenOptions | undefined,
9+
options?: GetTokenOptions,
1010
allowedHosts?: Set<string>,
1111
observabilityOptions?: ObservabilityOptions,
1212
isCaeEnabled?: boolean,

src/authentication/AzureIdentityAuthenticationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class GraphAzureIdentityAuthenticationProvider extends AzureIdentityAuthe
77
public constructor(
88
credentials: TokenCredential,
99
scopes?: string[],
10-
options?: GetTokenOptions | undefined,
10+
options?: GetTokenOptions,
1111
allowedHosts?: Set<string>,
1212
observabilityOptions?: ObservabilityOptions,
1313
isCaeEnabled?: boolean,

0 commit comments

Comments
 (0)