Skip to content

Commit f877449

Browse files
authored
Update packages/adapter-cloudflare/files/worker.js
1 parent 3722b93 commit f877449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/adapter-cloudflare/files/worker.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ export default {
5050

5151
// dynamically-generated pages
5252
try {
53-
// `default` cache property exists in the cloudflare workers environment only.
54-
// @ts-expect-error
53+
// @ts-expect-error - `default` exists only in the cloudflare workers environment
5554
const cache = caches.default;
5655
let response = await cache.match(req);
5756

0 commit comments

Comments
 (0)