mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
Error code standardization
This commit is contained in:
@@ -58,6 +58,7 @@ func newMysqlGormDB() (*gorm.DB, error) {
|
||||
return db, nil
|
||||
}
|
||||
|
||||
// gorm mysql
|
||||
func NewGormDB() (*gorm.DB, error) {
|
||||
return newMysqlGormDB()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user