Skip to content

Commit

Permalink
Fix for: #105
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jan 8, 2019
1 parent 82abf1f commit 638ba4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ func (d *Decoder) ReadActionData(action *Action) (err error) {

var decodeInto reflect.Type
if actionMap != nil {

objType := actionMap[action.Name]
if objType != nil {
decoderLog.Debug("read object", zap.String("type", objType.Name()))
Expand Down

0 comments on commit 638ba4b

Please sign in to comment.