Skip to content

Commit 3be6c28

Browse files
authored
refactor(index): readd param
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 4e145d3 commit 3be6c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function getQueryString (search, reqUrl, opts, request) {
257257
return ''
258258
}
259259

260-
function headersNoOp (headers) {
260+
function headersNoOp (headers, _originalReq) {
261261
return headers
262262
}
263263

0 commit comments

Comments
 (0)