Skip to content

Commit

Permalink
Merge ae4db4b into backport/jrasell/b-gh-15960/safely-sought-orca
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core committed Feb 1, 2023
2 parents 30be9ba + ae4db4b commit 0287a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func (a *ACLToken) MarshalJSON() ([]byte, error) {
func (a *ACLToken) UnmarshalJSON(data []byte) (err error) {
type Alias ACLToken
aux := &struct {
ExpirationTTL interface{}
ExpirationTTL any
*Alias
}{
Alias: (*Alias)(a),
Expand Down

0 comments on commit 0287a47

Please sign in to comment.