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 3722b93 commit f877449Copy full SHA for f877449
packages/adapter-cloudflare/files/worker.js
@@ -50,8 +50,7 @@ export default {
50
51
// dynamically-generated pages
52
try {
53
- // `default` cache property exists in the cloudflare workers environment only.
54
- // @ts-expect-error
+ // @ts-expect-error - `default` exists only in the cloudflare workers environment
55
const cache = caches.default;
56
let response = await cache.match(req);
57
0 commit comments