Skip to content

Commit 8c12435

Browse files
Update src/content/docs/workflows/examples/send-invoices.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 72e323e commit 8c12435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/examples/send-invoices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ And finally wrangler.toml:
207207
name = "cart-invoices"
208208
main = "src/index.ts"
209209
compatibility_date = "2024-10-22"
210-
compatibility_flags = ["experimental", "nodejs_compat" ]
210+
compatibility_flags = ["nodejs_compat" ]
211211

212212
[[workflows]]
213213
name = "cart-invoices-workflow"

0 commit comments

Comments
 (0)