rustymotors / rusty

GNU General Public License v3.0
0 stars 0 forks source link

Update function signature for processWebRequests and its call sites #38

Open coderabbitai[bot] opened 3 months ago

coderabbitai[bot] commented 3 months ago

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.