Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Nov 15, 2023
1 parent 5565f99 commit e92ebbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/router.transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module.exports = function (app) {

// solves `Headers already set` issue?
if ((process.env.ENVIRONMENT === "test") || (process.env.ENVIRONMENT === "development")) {
return Util.responder(res, success, response);
//return Util.responder(res, success, response);
return response;
}

if (success === false) {
Expand Down

0 comments on commit e92ebbc

Please sign in to comment.