Skip to content

Commit 587238b

Browse files
committed
remove undefined from algorhitms fix #285
1 parent 8d826f0 commit 587238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Params = {
1919
isRevoked?: IsRevoked,
2020
credentialsRequired?: boolean,
2121
requestProperty?: string,
22-
algorithms: jwt.Algorithm[] | undefined;
22+
algorithms: jwt.Algorithm[];
2323
} & jwt.VerifyOptions;
2424

2525
export { UnauthorizedError } from './errors/UnauthorizedError';

0 commit comments

Comments
 (0)