Skip to content

Commit

Permalink
updated by jubaer
Browse files Browse the repository at this point in the history
  • Loading branch information
JubaerHossain committed Oct 8, 2024
1 parent 70b9e84 commit 4491c37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/core/database/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func testConnection(db *sql.DB) error {

return fmt.Errorf("failed to ping database after multiple attempts")
}

// GetDB returns the underlying *sql.DB instance
func (dbService *MySQLService) GetDB() *sql.DB {
return dbService.db
Expand Down

0 comments on commit 4491c37

Please sign in to comment.