Skip to content

Commit

Permalink
UnmarshalMsg returns buffer (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
phqb authored May 24, 2024
1 parent f6a6ae8 commit 9fac04c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entities/tickdataprovider_msgpencode.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ func (p *TickDataProviderWrapper) UnmarshalMsg(bts []byte) (o []byte, err error)
return
}
p.TickDataProvider = providerVal.Interface().(TickDataProvider)

o = bts
return
}

Expand Down

0 comments on commit 9fac04c

Please sign in to comment.