Skip to content

Commit a26449d

Browse files
authored
docs(cloudflare): fix DO queue binding name (#113)
1 parent 74a9e20 commit a26449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The service binding should be a self reference to your worker where `<WORKER_NAM
285285
"durable_objects": {
286286
"bindings": [
287287
{
288-
"name": "NEXT_CACHE_REVALIDATION_DURABLE_OBJECT",
288+
"name": "NEXT_CACHE_DO_QUEUE",
289289
"class_name": "DurableObjectQueueHandler",
290290
},
291291
{

0 commit comments

Comments
 (0)