Skip to content

Commit

Permalink
fix: remove type from JWTPayload (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuard committed Jun 7, 2021
1 parent d155f6e commit 1b63949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JWT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export interface JWTPayload {
aud?: string | string[]
iat?: number
nbf?: number
type?: string
exp?: number
rexp?: number
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 1b63949

Please sign in to comment.