Skip to content

Commit 5138d5c

Browse files
committed
Standard fix
1 parent f70d0d2 commit 5138d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Server.prototype._onWebSocketRequest = function (socket, opts, params) {
338338
if (self.destroyed) return
339339

340340
var hashes
341-
if (typeof params.info_hash === 'string') hashes = [ params.info_hash ]
341+
if (typeof params.info_hash === 'string') hashes = [ params.info_hash ]
342342
else hashes = params.info_hash
343343
hashes.forEach(function (info_hash) {
344344
if (socket.infoHashes.indexOf(info_hash) === -1) {

0 commit comments

Comments
 (0)