Skip to content

Commit

Permalink
wippppppppppp
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed May 10, 2024
1 parent 1e862a0 commit 02df309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountItems/masterProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const countMaster = new CountMaster({
});

metricServer.onRequest((req, res) => monitoring.metricsHandler(
countMaster.stop,
countMaster.stop(null, () => process.exit(1)),
req,
res,
));
Expand Down

0 comments on commit 02df309

Please sign in to comment.