Skip to content

Commit 74105c0

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/ajv-6.12.6
2 parents 0b46134 + 96776c1 commit 74105c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare namespace JwksRsa {
1111
getKeys(): Promise<unknown>;
1212
getSigningKeys(): Promise<SigningKey[]>;
1313
getSigningKey(kid?: string | null | undefined): Promise<SigningKey>;
14-
getSigningKey(kid: string | null | undefined, cb: (err: Error | null, key: SigningKey) => void): void;
14+
getSigningKey(kid: string | null | undefined, cb: (err: Error | null, key?: SigningKey) => void): void;
1515
}
1616

1717
interface Headers {

0 commit comments

Comments
 (0)