Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 229a0f6

Browse files
committed
Eslint
1 parent 773d287 commit 229a0f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cypress/integration/channel/view/membership_spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ const community = data.communities.find(
88
community => community.id === publicChannel.communityId
99
);
1010

11-
const { userId: ownerInChannelId } = data.usersChannels.find(
12-
({ channelId, isOwner }) => channelId === publicChannel.id && isOwner
13-
);
14-
1511
const { userId: memberInChannelId } = data.usersChannels.find(
1612
({ channelId, isMember, isOwner }) =>
1713
channelId === publicChannel.id && isMember && !isOwner

0 commit comments

Comments
 (0)