Skip to content

Commit ca80060

Browse files
committed
deliberately breaks linting to test workflow
1 parent 518063e commit ca80060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const defaultOptions = {
1111
requiredContentType: 'application/json'
1212
};
1313

14-
function tryReadData(options, backendResponse, request, next) {
14+
function tryReadData(options, backendResponse, request, next, more, args, to, tesst, linting) {
1515
let handled = false;
1616

1717
const stringBody = [];

0 commit comments

Comments
 (0)