Skip to content

Commit 63fe1c5

Browse files
remove calling next
1 parent 3ec0bac commit 63fe1c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/components/Endpoints.component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class Endpoints extends Base {
269269
.then(() => fn(req, res))
270270
.then((ret) => {
271271
res.send(ret);
272-
next();
273272
})
274273
.catch(err => next(err));
275274
};

0 commit comments

Comments
 (0)