From ac7358d4271c3176c6cff14f964ea50201237668 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 27 Sep 2022 11:40:34 -0700 Subject: [PATCH] js: Fix typo in AccountInfo JSON to handle Tiers --- jsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsm.go b/jsm.go index 0bdbca272..22e483ede 100644 --- a/jsm.go +++ b/jsm.go @@ -186,7 +186,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 {