We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303dfdc commit d98f23eCopy full SHA for d98f23e
1 file changed
packages/cloudflare/src/cli/templates/worker.ts
@@ -14,7 +14,7 @@ export { DOShardedTagCache } from "./.build/durable-objects/sharded-tag-cache.js
14
export { BucketCachePurge } from "./.build/durable-objects/bucket-cache-purge.js";
15
16
export default {
17
- async fetch(request, env, ctx) {
+ async fetch(request: Request, env: CloudflareEnv, ctx: ExecutionContext) {
18
return runWithCloudflareRequestContext(request, env, ctx, async () => {
19
const response = maybeGetSkewProtectionResponse(request);
20
0 commit comments