mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
errcode
This commit is contained in:
@@ -29,7 +29,7 @@ type Group struct {
|
||||
|
||||
func NewGroupDB(db *gorm.DB) *Group {
|
||||
var group Group
|
||||
group.DB = db
|
||||
group.DB = db.Model(&Group{})
|
||||
return &group
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user