fixed wrong json tag for RespUserInteractive Session param

This commit is contained in:
DzananGanic 2018-12-13 13:23:14 +01:00
parent eb6a57bae9
commit b8d1540599
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"`