From 288e97af36dad6c012164940b0fe1ab6fe91d1a1 Mon Sep 17 00:00:00 2001 From: Greg Salaun Date: Sun, 29 Sep 2024 18:49:27 +0700 Subject: [PATCH] update --- utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index 024fba9..4a9d3b8 100644 --- a/utils.go +++ b/utils.go @@ -10,6 +10,7 @@ func FreqMhztoHz(freq string) string { frequency, err := strconv.ParseFloat(freq, 64) if err != nil { log.Println("could not convert frequency string to int", err) + } frequency = frequency / 1000