Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Jul 3, 2024
1 parent f17ae93 commit fe20848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const {
challengeDeviceCalls
} = require('./lib/middleware')(srf, logger);
const CallSession = require('./lib/call-session');
const { parse } = require('path');

if (process.env.DRACHTIO_HOST && !process.env.K8S) {
const cidrs = process.env.JAMBONES_NETWORK_CIDR
Expand Down Expand Up @@ -366,7 +365,7 @@ function handle(removeFromSet, setName, signal) {
}

const parseHostPorts = (hostports) => {
let obj = {};
let obj = {};
for (const hp of hostports) {
const arr = /^(.*)\/(.*):(\d+)$/.exec(hp);
if (arr) {
Expand Down

0 comments on commit fe20848

Please sign in to comment.