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 3bff0cf commit 8863390Copy full SHA for 8863390
src/index.ts
@@ -9,7 +9,7 @@ export default {
9
const isProxyRequest =
10
request.method === 'POST' &&
11
request.headers.get('content-type') === 'application/json' &&
12
- ttl !== '0';
+ ttlString !== '0';
13
14
if (isProxyRequest) {
15
return await handleProxy({
0 commit comments