diff --git a/internal/db/connect.go b/internal/db/connect.go index ef95391aacb9fb57b7c06e3c684eb395262d85a1..5cff191c3abe2030cdf9a0faef0b001a3648df1d 100644 --- a/internal/db/connect.go +++ b/internal/db/connect.go @@ -31,7 +31,6 @@ func init() { if testing.Testing() { goose.SetLogger(goose.NopLogger()) } - } // Connect opens a SQLite database connection and runs migrations.