From ee6c3d1a8197fbb5774a4e6f8ef230ca5ddc0984 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 27 Dec 2019 19:49:31 -0500 Subject: [PATCH] Mortally stupid typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c74ca82..08bdf8d 100644 --- a/index.js +++ b/index.js @@ -656,7 +656,7 @@ async function index (req, res, next) { return next(err) } - res.send(data) + res.end(data) return next() }