fix: no need to send the response to libkernel
This commit is contained in:
parent
b6a7b138eb
commit
61fbaabf95
|
@ -20,11 +20,6 @@ function handleBridgeMessage(
|
|||
return;
|
||||
}
|
||||
|
||||
if (data.method === "response") {
|
||||
window.postMessage(data);
|
||||
return;
|
||||
}
|
||||
|
||||
if (data.method !== "queryUpdate") {
|
||||
addQuery(data.nonce, (response: any) => {
|
||||
if (portNonce in getOpenPorts()) {
|
||||
|
|
Reference in New Issue