# HG changeset patch # User Ollivier Robert # Date 1491903023 -7200 # Node ID 0d245f3b076fa9e168bdcceef1566d3d0cb31aaa # Parent 26c0cc13a211fe098ebdaf9b5c8ea86d580e0287 Fix json name. diff -r 26c0cc13a211 -r 0d245f3b076f app.go --- a/app.go Tue Apr 11 11:27:59 2017 +0200 +++ b/app.go Tue Apr 11 11:30:23 2017 +0200 @@ -17,7 +17,7 @@ type registerApp struct { ID int64 `json:"id"` - ClientID int64 `json:"Client_id"` + ClientID int64 `json:"client_id"` ClientSecret string `json:"client_secret"` }