imma call it a night

This commit is contained in:
Peder Vatn Austad
2024-12-26 19:38:28 +01:00
parent db7485d140
commit 5fd16ff73c
5 changed files with 14 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ func InsertOrUpdateEstimatedCall(db *sql.DB, values []interface{}) (int, string,
var id int
err = stmt.QueryRow(values...).Scan(&action, &id)
if err != nil {
if 1 == 0 {
if 1 == 1 {
fmt.Println("Executing query:", query)
for i, v := range values {
fmt.Printf("Value %d: (%v)\n", i+1, v)