Skip to content
Snippets Groups Projects
Commit 9fa3de6a authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix compile issue

parent 4a480c6b
No related branches found
No related tags found
2 merge requests!510Release,!315Hotfix/bindings updates
......@@ -153,7 +153,7 @@ func (g *GroupChat) MakeGroup(membership IdList, message, name []byte) (
[]byte, error) {
// Construct membership list into a list of []*id.Id
members, err := deserializeIdList(membership.Ids)
members, err := deserializeIdList(membership)
if err != nil {
return nil, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment