From f74e08bde61b4bf098be846b616e36a389b19f6d Mon Sep 17 00:00:00 2001 From: Florian Thienel Date: Thu, 16 Dec 2021 21:24:15 +0100 Subject: [PATCH] fix copy-pasta-bug --- client/notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/notify.go b/client/notify.go index 9115f0e..7366fc0 100644 --- a/client/notify.go +++ b/client/notify.go @@ -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":