Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 4fef02b

Browse files
committed
fix changelog
1 parent 531a0ef commit 4fef02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212

213213
// Force response to be cached for 86400 seconds for 200 status codes, 1 second for 404, and do not cache 500 errors
214214
fetch(request, {
215-
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } }
215+
cf: { cacheTtlByStatus: { "200-299": 86400, "404": 1, "500-599": 0 } },
216216
});
217217
```
218218

0 commit comments

Comments
 (0)