Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 24, 2017
1 parent 63e630f commit 63f3209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function callback(req, res) {

// generate different path id if already being used
do {
randString = genRandString();
const randString = genRandString();
Location = `/${randString}`;
} while (socks[Location] && socks[Location].clients.length);

Expand Down

0 comments on commit 63f3209

Please sign in to comment.