1
0
Fork 0
forked from svrjs/svrjs

Clean up the code (remove trailing spaces)

This commit is contained in:
Dorian Niemiec 2024-01-14 19:01:49 +01:00
parent db6c4faeaf
commit 60a84d879d

2
svr.js
View file

@ -4167,7 +4167,6 @@ if (!cluster.isPrimary) {
// Handle URL rewriting
function rewriteURL(address, map, callback, _fileState, _mapBegIndex) {
var rewrittenURL = address;
if (!isProxy) {
var doCallback = true;
@ -4198,7 +4197,6 @@ if (!cluster.isPrimary) {
break;
}
}
}
if(doCallback) callback(rewrittenURL);
}