feat: closes #11 and fixed database cons remaining open
This commit is contained in:
@@ -21,6 +21,7 @@ func handleList(handle *Handle) {
|
||||
if err != nil {
|
||||
return Error500(err)
|
||||
}
|
||||
defer rows.Close()
|
||||
|
||||
type row struct {
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user