This commit is contained in:
2025-10-04 16:40:02 +08:00
parent 380cd157f9
commit b9e205356b
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ type ServiceContext struct {
func NewServiceContext(c config.Config) *ServiceContext {
// Initialize database connection
db, err := sql.Open("postgres", c.Database.DSN)
println(c.Database.DSN)
if err != nil {
log.Fatalf("Failed to connect to database: %v", err)
}