Browse Source

Boototstraping

William Wiechorek 6 years ago
parent
commit
87ef931b91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/database/database.go

+ 1 - 1
core/database/database.go

@@ -20,7 +20,7 @@ func Init(dataSourceName string) error {
20 20
 	}
21 21
 
22 22
 	if err = DB.Ping(); err != nil {
23
-		log.Panic(err)
23
+		log.Panic(err)s
24 24
 	}
25 25
 
26 26
 	return err