Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
🐛 Updated stress tests to work with upgraded artillery version
Browse files Browse the repository at this point in the history
  • Loading branch information
vardan10 committed Nov 1, 2023
1 parent 6060828 commit 51bea61
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 151 deletions.
3 changes: 1 addition & 2 deletions services/gateway/shared/moleculer-io/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ function makeHandler(svc, handlerItem) {
});
svc.logger.info(` <= ${chalk.green.bold('Success')} ${action}`);

const output = addJsonRpcEnvelope(id, res);
respond(output);
return addJsonRpcEnvelope(id, res);
} catch (err) {
if (
svc.settings.log4XXResponses ||
Expand Down
Loading

0 comments on commit 51bea61

Please sign in to comment.