Merge pull request #56 from DzananGanic/master

fixed wrong json tag for RespUserInteractive Session param
This commit is contained in:
Brendan Abolivier 2019-03-08 11:30:50 +00:00 committed by GitHub
commit 4fd9ea110d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ type RespUserInteractive struct {
Stages []string `json:"stages"`
} `json:"flows"`
Params map[string]interface{} `json:"params"`
Session string `json:"string"`
Session string `json:"session"`
Completed []string `json:"completed"`
ErrCode string `json:"errcode"`
Error string `json:"error"`