Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 29, 2023
1 parent b351253 commit 2e13dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class SocketServer extends EventEmitter {
socket.host = socket.origin;
}


// TODO: handle ssl validation here and creation here
if (!organization || organization && organization.status !== false) {
let data = {
socket,
Expand Down

0 comments on commit 2e13dcb

Please sign in to comment.