chore: use query to prevent redundant logs

This commit is contained in:
Adhiraj Singh
2022-05-28 00:22:25 +05:30
parent 15761ca9df
commit 07f1f8c043

View File

@@ -349,7 +349,7 @@ export const makeSocket = ({
end(new Boom('Connection was lost', { statusCode: DisconnectReason.connectionLost }))
} else if(ws.readyState === ws.OPEN) {
// if its all good, send a keep alive request
sendNode(
query(
{
tag: 'iq',
attrs: {