Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Dec 6, 2020
1 parent f6046d2 commit dad25ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/networkClients.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function getClients (callback) {
allclients.push({ ip: ip, mac: mac, hostname: hostname })
}
}
return callback(null, connection, allclients)
})
return callback(null, connection, allclients)
}
})
}
Expand Down

0 comments on commit dad25ab

Please sign in to comment.