We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889229 commit c601eb2Copy full SHA for c601eb2
1 file changed
backend/src/index.ts
@@ -27,7 +27,7 @@ const startServer = async () => {
27
await startWorkers();
28
29
// Graceful shutdown: stop workers (and indexer) before closing the HTTP server.
30
- const shutdown = (signal) => {
+ const shutdown = (signal: string) => {
31
logger.info(`Received ${signal}. Shutting down gracefully...`);
32
try {
33
// Prefer a stop() if your service exposes it; otherwise remove this.
0 commit comments