From dc895cec9d8a84af89ce2501db234dff33c757e2 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 4 Aug 2025 15:34:23 -0600 Subject: timesheet and unified reports --- internal/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/commands/root.go') diff --git a/internal/commands/root.go b/internal/commands/root.go index 04f1203..553d0b4 100644 --- a/internal/commands/root.go +++ b/internal/commands/root.go @@ -37,7 +37,7 @@ func Execute() error { } defer func() { if db, ok := q.DBTX().(*sql.DB); ok { - db.Close() + _ = db.Close() } }() -- cgit v1.2.3