From e9e93e216297ac613de8e2aae9980c039714fead Mon Sep 17 00:00:00 2001 From: Greg Salaun Date: Sun, 29 Sep 2024 18:49:52 +0700 Subject: [PATCH] update --- utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.go b/utils.go index 4a9d3b8..024fba9 100644 --- a/utils.go +++ b/utils.go @@ -10,7 +10,6 @@ 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