Skip to content

Commit d18700d

Browse files
committed
Fix lint error.
1 parent af2688c commit d18700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/common/providers/https.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ describe("onCallHandler", () => {
792792
{
793793
cors: { origin: true, methods: "POST" },
794794
},
795-
(_req, _resp) => {
795+
() => {
796796
throw new Error("BOOM");
797797
},
798798
"v2"

0 commit comments

Comments
 (0)