Skip to content

Commit 8863390

Browse files
committed
typo
1 parent 3bff0cf commit 8863390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
const isProxyRequest =
1010
request.method === 'POST' &&
1111
request.headers.get('content-type') === 'application/json' &&
12-
ttl !== '0';
12+
ttlString !== '0';
1313

1414
if (isProxyRequest) {
1515
return await handleProxy({

0 commit comments

Comments
 (0)