This commit is contained in:
Daniel García Aubert 2019-10-01 15:42:24 +02:00
parent 6cf92446a7
commit 92ba322214

View File

@ -14,5 +14,5 @@ module.exports = function socketTimeout () {
req.connection.setTimeout(timeout);
next();
}
}
};
};