Skip to content

Commit

Permalink
Merge pull request #1095 from nats-io/js-account-info-typo
Browse files Browse the repository at this point in the history
js: Fix typo in AccountInfo JSON to handle Tiers
  • Loading branch information
wallyqs committed Oct 7, 2022
2 parents b142f60 + ac7358d commit 543e628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsm.go
Expand Up @@ -187,7 +187,7 @@ type AccountInfo struct {
Tier
Domain string `json:"domain"`
API APIStats `json:"api"`
Tiers map[string]Tier `json:"tier"`
Tiers map[string]Tier `json:"tiers"`
}

type Tier struct {
Expand Down

0 comments on commit 543e628

Please sign in to comment.