fix(api): tests

This commit is contained in:
Julian Lam
2020-12-22 14:39:42 -05:00
parent 931105e6cb
commit 80ee3dfbd1
2 changed files with 1 additions and 2 deletions

View File

@@ -195,7 +195,6 @@ SocketGroups.update = async (socket, data) => {
const slug = await groups.getGroupField(data.groupName, 'slug');
await api.groups.update(socket, { slug, ...data.values });
// await groups.update(data.groupName, data.values);
};