Remove membersInTeam cause is no longer a set (#497)

This commit is contained in:
enahum 2017-04-25 15:10:51 -03:00 committed by GitHub
parent 2e99a71a0d
commit 5d1b370604

View file

@ -24,17 +24,12 @@ const usersSetTransform = [
'profilesNotInTeam'
];
const teamSetTransform = [
'membersInTeam'
];
const channelSetTransform = [
'channelsInTeam'
];
const setTransforms = [
...usersSetTransform,
...teamSetTransform,
...channelSetTransform
];