Fix json for TMResult to not include "TMResultInner"

This commit is contained in:
Ethan Frey
2017-04-28 15:26:06 +02:00
parent f6f1f1992c
commit bff8402fe8
+1 -1
View File
@@ -218,7 +218,7 @@ type TMResultInner interface {
}
type TMResult struct {
TMResultInner
TMResultInner `json:"unwrap"`
}
func (tmr TMResult) MarshalJSON() ([]byte, error) {