Skip to content

Commit 3dc4cec

Browse files
authored
Merge pull request #31 from DerickIT/patch-1
2 parents 3568e9f + ddcc32a commit 3dc4cec

File tree

1 file changed

+1
-1
lines changed
  • src/infrastructure/security/jwt

1 file changed

+1
-1
lines changed

src/infrastructure/security/jwt/jwt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
type AppToken struct {
2020
Token string `json:"token"`
2121
TokenType string `json:"type"`
22-
ExpirationTime time.Time `json:"expitationTime"`
22+
ExpirationTime time.Time `json:"expirationTime"`
2323
}
2424

2525
type Claims struct {

0 commit comments

Comments
 (0)