We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e38a9 commit 067d4e9Copy full SHA for 067d4e9
lib/middleware.ts
@@ -62,7 +62,6 @@ export default function middleware(config: Types.MiddlewareConfig): Middleware {
62
}
63
})();
64
65
- // Check if signature verification should be skipped
66
const shouldSkipVerification =
67
config.skipSignatureVerification && config.skipSignatureVerification();
68
0 commit comments