Skip to content

Commit 95ef3f5

Browse files
committed
polish
1 parent d33245d commit 95ef3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

error-messenger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* We want to send the same error and message through. It is assumed to be RESTful and useful.
44
* This will also handle app level 404 errors.
55
*
6-
* @param rerum_error_res An Express Response object from a request to RERUM that encountered an error. Explanatory text is in .text().
6+
* @param rerum_error_res A Fetch API Response object from a fetch() to RERUM that encountered an error. Explanatory text is in .text().
77
* @param req The Express Request object from the request into TinyNode
88
* @param res The Express Response object to send out of TinyNode
99
* @param next The Express next() operator, unused here but required to support the middleware chain.

0 commit comments

Comments
 (0)