Skip to content

Commit

Permalink
fix copy-pasta-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Dec 16, 2021
1 parent 2bafc97 commit f74e08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (n *notifier) handleIncomingMessage(msg Message) {
case "vfo_limits":
err = n.emitVFOLimits(msg)
case "if_limits":
err = n.emitVFOLimits(msg)
err = n.emitIFLimits(msg)
case "trx_count":
err = n.emitTRXCount(msg)
case "channels_count":
Expand Down

0 comments on commit f74e08b

Please sign in to comment.