Skip to content

Commit

Permalink
Update lib/jwt.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 9, 2023
1 parent 38d4d81 commit 1c97d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt.service.ts
Expand Up @@ -123,7 +123,7 @@ export class JwtService {
) as Promise<T>;
}

decode<T extends object = any>(
decode<T = any>(
token: string,
options?: jwt.DecodeOptions
): T {
Expand Down

0 comments on commit 1c97d89

Please sign in to comment.