Skip to content

Commit

Permalink
makes linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
msa0311 committed Aug 2, 2021
1 parent 6a2707c commit 2998f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request-handlers/client-socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function handleClientPresenceSocket(req: IncomingMessage, socket: WebSock

function sendPresenceData(socket: WebSocket, server: TunnelServer, clusterId: string) {
const agents = server.getAgentsForClusterId(clusterId);

socket.send(
JSON.stringify({
"presence" : {
Expand Down

0 comments on commit 2998f8d

Please sign in to comment.