Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Jul 7, 2022
1 parent bb43f8a commit f94f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/diddoc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (ds DIDDocService) protoToMap(protoObject protoiface.MessageV1) (orderedmap
if err != nil {
return *mapObj, err
}

err = json.Unmarshal([]byte(jsonObj), &mapObj)
if err != nil {
return *mapObj, err
Expand Down

0 comments on commit f94f567

Please sign in to comment.