This commit is contained in:
Christopher Cookman 2025-04-20 09:53:51 -06:00
parent ead50a8eae
commit 26f6e7e9c2

View file

@ -80,7 +80,7 @@ app.ws('/iem', (ws, req) => {
location: wfos[key].location,
room: wfos[key].room
}
});
}),
iem
}));
sock = wsConnections.push({ ws, req, subs: [] });