From 56793d6c285baff118e88ec2638a589f5b820d17 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 26 Dec 2023 07:16:03 -0600 Subject: [PATCH] Remove unused variables --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 759ba44..21eddbd 100644 --- a/main.go +++ b/main.go @@ -140,9 +140,9 @@ func main() { log.Info().Array("commands", arr).Msg("Registering commands") // Register commands - commands, err := Register() + Register() - terms, _ := GetTerms("", 1, 25) + // terms, _ := GetTerms("", 1, 25) // Cloes session, ensure http client closes idle connections defer session.Close()