group search tests

This commit is contained in:
barisusakli
2016-12-01 17:21:09 +03:00
parent 76044bea36
commit 9ba93d8be9
3 changed files with 56 additions and 6 deletions

View File

@@ -237,7 +237,7 @@ SocketGroups.search = function (socket, data, callback) {
return;
}
groups.search(data.query, data.options || {}, callback);
groups.search(data.query, data.options, callback);
};
SocketGroups.loadMore = function (socket, data, callback) {