Skip to content

Commit 9f57a81

Browse files
committed
1 parent 2249a90 commit 9f57a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polycode/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
type AuthContext struct {
9-
claims map[string]interface{}
9+
Claims map[string]interface{} `json:"claims"`
1010
}
1111

1212
type BaseContext interface {

0 commit comments

Comments
 (0)