Skip to content

Commit

Permalink
fix: response default value fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Oct 18, 2021
1 parent 0eefd22 commit 49bb36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finders/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function caseRequestModeFinder(
/(request|req).(.*)?(;|\.|\()/
);

let res = null;
let res;
let input;
let _;
let _key;
Expand Down

0 comments on commit 49bb36b

Please sign in to comment.