fix: correct json name of clientId in key.json (#1760)

This commit is contained in:
Livio Amstutz 2021-05-20 15:47:22 +02:00 committed by GitHub
parent ec5020bebc
commit 8e19dc1868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ func (k *ApplicationKey) MarshalJSON() ([]byte, error) {
KeyID string `json:"keyId"`
Key string `json:"key"`
AppID string `json:"appId"`
ClientID string `json:"clientID"`
ClientID string `json:"clientId"`
}{
Type: "application",
KeyID: k.KeyID,