-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Description
Expected Behavior
Actual Behavior
Example code has a typo, it should not include the keyword new for Response.redirect. This raises an exception when following the tutorial.
Section that requires update
This line
Line 213 in 40cdbcf
| return new Response.redirect(FORM_URL) |
Should change like so:
- return new Response.redirect(FORM_URL)
+ return Response.redirect(FORM_URL)Additional information
Since this breaks the tutorial code, I also opened cloudflare/workers-airtable-form#1 in the tutorial repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationDocumentation editsDocumentation edits