finally fix pong reply after 5 years

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Aug 30, 2025 at 22:49 UTC 97f61b356217526396efa7458861e01ee1c5bf66
1 file changed +1 -1
meshuser.js
+1 -1
@@ -6602,7 +6602,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
6602 obj.send({ action: 'meshes', meshes: parent.GetAllMeshWithRights(user).map(parent.CloneSafeMesh), tag: command.tag });
6603 }
6604
6605 - function serverCommandPing(command) { try { ws.send('{action:"pong"}'); } catch (ex) { } }
6605 + function serverCommandPing(command) { try { ws.send('{"action":"pong"}'); } catch (ex) { } }
6606 function serverCommandPong(command) { } // NOP
6607
6608 function serverCommandPowerTimeline(command) {