The function signature for processWebRequests has been updated to destructure rawHttpRequestData directly in the parameter list. To prevent breaking the code, all instances where processWebRequests is called need to be updated to match this new signature.
Affected files:
libs/web/src/processors/processWebRequests.ts
apps/server/src/ServerController.ts
Please ensure all call sites are updated accordingly.
The function signature for processWebRequests has been updated to destructure rawHttpRequestData directly in the parameter list. To prevent breaking the code, all instances where processWebRequests is called need to be updated to match this new signature.
Affected files:
Please ensure all call sites are updated accordingly.