Skip to content

Commit 1925c4c

Browse files
committed
update compatibility_date
1 parent 4ccfbc2 commit 1925c4c

File tree

1 file changed

+4
-6
lines changed
  • src/content/docs/workers/tutorials/automated-analytics-reporting

1 file changed

+4
-6
lines changed

src/content/docs/workers/tutorials/automated-analytics-reporting/index.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated: 2024-11-01
2+
updated: 2024-11-20
33
difficulty: Beginner
44
content_type: 📝 Tutorial
55
pcx_content_type: tutorial
@@ -96,8 +96,7 @@ yarn add mimetext
9696
name = "account-analytics"
9797
main = "src/index.js"
9898

99-
# Set to the current date
100-
compatibility_date = "<>"
99+
compatibility_date = "2024-11-01"
101100
compatibility_flags = ["nodejs_compat"]
102101

103102
# Set destination_address to the email address where you want to receive the report
@@ -129,9 +128,8 @@ EMAIL_SUBJECT = "Cloudflare Analytics Report"
129128

130129
Before you continue, update the following:
131130

132-
1. `compatibility_date`: Enter the current date.
133-
2. `destination_address`: Enter the email address where you want to receive the analytics report.
134-
3. `[VARS]`: Enter the environment variable values you want to use in your Worker.
131+
1. `destination_address`: Enter the email address where you want to receive the analytics report.
132+
2. `[VARS]`: Enter the environment variable values you want to use in your Worker.
135133

136134
:::note[IMPORTANT]
137135
`destination_address` and `RECIPIENT_EMAIL` **must** contain [Email Routing verified email](/email-routing/get-started/enable-email-routing/) address.

0 commit comments

Comments
 (0)