fix: no need to send the response to libkernel

This commit is contained in:
Derrick Hammer 2023-07-20 12:19:57 -04:00
parent b6a7b138eb
commit 61fbaabf95
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 5 deletions

View File

@ -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()) {