Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Jul 3, 2024
1 parent fe20848 commit b278638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ const parseHostPorts = (hostports) => {
if (!obj.tls) {
obj.tls = `${srf.locals.sipAddress}:5061`;
}
logger.info({obj}, 'sip endpoints');
return obj;
}
logger.info({obj}, 'sip endpoints');
return obj;
};

module.exports = {srf, logger};

0 comments on commit b278638

Please sign in to comment.