Skip to content

Commit fd4f156

Browse files
authored
minor caching.mdx fix (#109)
1 parent 0340ead commit fd4f156

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/cloudflare/caching.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ The service binding should be a self reference to your worker where `<WORKER_NAM
293293
"class_name": "DOShardedTagCache",
294294
},
295295
],
296-
"migrations": [
297-
{
298-
"tag": "v1",
299-
"new_sqlite_classes": ["DurableObjectQueueHandler", "DOShardedTagCache"],
300-
},
301-
],
302296
},
297+
"migrations": [
298+
{
299+
"tag": "v1",
300+
"new_sqlite_classes": ["DurableObjectQueueHandler", "DOShardedTagCache"],
301+
},
302+
],
303303
"services": [
304304
{
305305
"binding": "WORKER_SELF_REFERENCE",

0 commit comments

Comments
 (0)