Skip to content

Commit 4491c37

Browse files
author
JubaerHossain
committedOct 8, 2024
updated by jubaer
1 parent 70b9e84 commit 4491c37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkg/core/database/mysql.go

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func testConnection(db *sql.DB) error {
5151

5252
return fmt.Errorf("failed to ping database after multiple attempts")
5353
}
54-
5554
// GetDB returns the underlying *sql.DB instance
5655
func (dbService *MySQLService) GetDB() *sql.DB {
5756
return dbService.db

0 commit comments

Comments
 (0)