Skip to content

Commit 7d882c4

Browse files
committed
chore: lint
1 parent 361cf84 commit 7d882c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ export class StreamChat<StreamChatGenerics extends ExtendableGenerics = DefaultG
21282128
async removeShadowBan(targetUserID: string, options?: UnBanUserOptions) {
21292129
return await this.unbanUser(targetUserID, {
21302130
shadow: true,
2131-
...options
2131+
...options,
21322132
});
21332133
}
21342134
async blockUser(blockedUserID: string, userID?: string) {

0 commit comments

Comments
 (0)