diff --git a/rest.js b/rest.js index 5864bcb..07804fa 100644 --- a/rest.js +++ b/rest.js @@ -55,6 +55,7 @@ app.get('/submit', async (req, res) => { high: response.data.data.highMile, total: response.data.data.totalMile }); + return; } res.send({ code: 500,