Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Nov 3, 2024
1 parent f7e8ba2 commit 5fc3747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ WebIM.conn.addUsersToBlocklist({
To remove the specified user from the block list, call `removeUserFromBlocklist`.
```javascript
WebIM.conn.removeUserFromBlockList({
WebIM.conn.removeUserFromBlocklist({
name: ["user1", "user2"],
});
```
Expand Down

0 comments on commit 5fc3747

Please sign in to comment.