Skip to content

Commit

Permalink
group deleting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Feb 4, 2019
1 parent 548877a commit 380e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (g *Group) Delete() error {
s.GroupId = 0
s.Update(false)
}
err := messagesDb().Delete(g)
err := groupsDb().Delete(g)
if err.Error != nil {
return err.Error
}
Expand Down

0 comments on commit 380e9ea

Please sign in to comment.