fix: remove redundant ipcRenderer.invoke call (#5799)

This commit is contained in:
Siddharth Gelera (reaper)
2025-10-15 17:33:41 +05:30
committed by GitHub
parent b694a41c96
commit 4c3a9928bc
2 changed files with 0 additions and 4 deletions

View File

@@ -13,8 +13,6 @@ const useGrpcEventListeners = () => {
return () => {};
}
ipcRenderer.invoke('renderer:ready');
// Handle gRPC requestSent event
const removeGrpcRequestSentListener = ipcRenderer.on('grpc:request', (requestId, collectionUid, eventData) => {

View File

@@ -13,8 +13,6 @@ const useWsEventListeners = () => {
return () => {};
}
ipcRenderer.invoke('renderer:ready');
// Handle WebSocket requestSent event
const removeWsRequestSentListener = ipcRenderer.on('main:ws:request', (requestId, collectionUid, eventData) => {
dispatch(runWsRequestEvent({