Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzio committed Feb 12, 2025
1 parent 8fa8bb6 commit 7d5cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt/evtreceiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (r *EventReceiver) ReaddedDevice(interfaceID string, deletedAddresses []str
return r.Next.ReaddedDevice(interfaceID, deletedAddresses)
}

func (r *EventReceiver) publishEvent(interfaceID, address, valueKey string, value interface{}) error {
func (r *EventReceiver) publishEvent(_, address, valueKey string, value interface{}) error {
// separate device and channel
var dev, ch string
var p int
Expand Down

0 comments on commit 7d5cb71

Please sign in to comment.