Remove unused variables

This commit is contained in:
2023-12-26 07:16:03 -06:00
parent 04fbc67f91
commit 56793d6c28

View File

@@ -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()