Skip to content

Commit

Permalink
fix: remove unused "target_alias_id" field from dealer payload
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu authored and joussy committed Sep 6, 2024
1 parent 27a120a commit 30bdc52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dealer/recv.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func (req Request) Reply(success bool) {

type RequestPayload struct {
MessageId uint32 `json:"message_id"`
TargetAliasId string `json:"target_alias_id"`
SentByDeviceId string `json:"sent_by_device_id"`
Command struct {
Endpoint string `json:"endpoint"`
Expand Down

0 comments on commit 30bdc52

Please sign in to comment.