We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9e84 commit 4491c37Copy full SHA for 4491c37
pkg/core/database/mysql.go
@@ -51,7 +51,6 @@ func testConnection(db *sql.DB) error {
51
52
return fmt.Errorf("failed to ping database after multiple attempts")
53
}
54
-
55
// GetDB returns the underlying *sql.DB instance
56
func (dbService *MySQLService) GetDB() *sql.DB {
57
return dbService.db
0 commit comments