Skip to content

Commit 9d8d8b3

Browse files
committed
chore: lint fix
1 parent 02dc32e commit 9d8d8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/ChannelList/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function setupChannelList({
196196
type: channelActions.INIT_CHANNELS_START,
197197
payload: {
198198
currentUserId: sdk?.currentUser?.userId ?? '',
199-
}
199+
},
200200
});
201201

202202
if (userFilledChannelListQuery) {

0 commit comments

Comments
 (0)