Remove membersInTeam cause is no longer a set (#497)
This commit is contained in:
parent
2e99a71a0d
commit
5d1b370604
1 changed files with 0 additions and 5 deletions
|
|
@ -24,17 +24,12 @@ const usersSetTransform = [
|
|||
'profilesNotInTeam'
|
||||
];
|
||||
|
||||
const teamSetTransform = [
|
||||
'membersInTeam'
|
||||
];
|
||||
|
||||
const channelSetTransform = [
|
||||
'channelsInTeam'
|
||||
];
|
||||
|
||||
const setTransforms = [
|
||||
...usersSetTransform,
|
||||
...teamSetTransform,
|
||||
...channelSetTransform
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue