Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9bb647d

Browse files
committed
fix: review comments
1 parent 67f1b1a commit 9bb647d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useWs/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const useWS = <T extends TSocketEndpointNames>(name?: T) => {
2121
const send = useCallback(
2222
async (data?: Parameters<typeof apiManager.augmentedSend<T>>[0]) => {
2323
let payload = data;
24-
console.log(payload);
2524

2625
if (name) {
2726
payload = { [name]: 1, ...payload };

0 commit comments

Comments
 (0)