missed one
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-16 17:21:38 +11:00
parent 44d3bc71ed
commit 092fe32baf

View File

@@ -155,7 +155,7 @@ func SecretsGetAllowed(s *Secret, userId int) ([]UserSecret, error) {
log.Printf("SecretsGetAllowed error executing sql record : '%s'\n", err)
return secretResults, err
} else {
log.Printf("SecretsGetAllowed any error '%s'\n", rows.Err())
//log.Printf("SecretsGetAllowed any error '%s'\n", rows.Err())
// parse all the results into a slice
for rows.Next() {
//log.Printf("SecretsGetAllowed processing row\n")