diff options
Diffstat (limited to 'types/server/server.go')
| -rw-r--r-- | types/server/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/server/server.go b/types/server/server.go index 5d5d4ca..3b0d374 100644 --- a/types/server/server.go +++ b/types/server/server.go @@ -61,7 +61,7 @@ type RequiredAskTransition struct { C *cookie.Cookie `json:"cookie,omitempty"` // Data is the data associated to the transition, e.g. the list of profiles (Profiles struct) // or the list of secure internet locations ([]string) - Data interface{} `json:"data"` + Data any `json:"data"` } // Expiry is the struct that gives the time at which certain expiry elements should be shown |
