mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-22 01:48:38 +00:00
(jsrt) fix: elapsed time calc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Post-processing function for outgoing responses
|
||||
|
||||
function postProcessResponse(req, res) {
|
||||
logWithTimestamp('Post-processing response with status: ' + res.statusCode);
|
||||
function postProcessResponse() {
|
||||
logWithReq('Post-processing response with status: ' + req.statusCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user