Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit cf5840d

Browse files
authored
Merge branch 'master' into feat/bulk-get
2 parents cd7c096 + 4978482 commit cf5840d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/best-practices/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ returns a JSON success response back to the browser.
7979
return [doc, toJSON({"error": "request already filed"})]
8080
}
8181
82-
if !(request.form && request.form.email) {
82+
if !(req.form && req.form.email) {
8383
return [null, toJSON({"error": "incomplete form"})]
8484
}
8585

0 commit comments

Comments
 (0)