mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-04 00:24:36 +00:00
(jsrt) opt.: move req from global to local
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Pre-processing function for incoming requests
|
||||
|
||||
function preProcessRequest() {
|
||||
logWithReq('Pre-processing request');
|
||||
function preProcessRequest(req) {
|
||||
logWithReq(req, 'Pre-processing request');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user