Skip to content

Commit

Permalink
fix everything wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz authored Sep 15, 2024
1 parent 8d82fce commit 40a6840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ httpServer.get("/ping", async (request, response) => {
server_uptime: process.uptime(),
version: VERSION,
});
process.kill(process.pid);
});

0 comments on commit 40a6840

Please sign in to comment.