Skip to content

Commit

Permalink
socket removal (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzim authored Jul 5, 2024
1 parent 7ab797c commit e77b3b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export const useCodemodAI = ({

return {
stopCodemodAi: () => {
socket?.disconnect();
wsCleanup();
handleWebsocketConnection();
},
Expand Down

0 comments on commit e77b3b0

Please sign in to comment.