From 79017ddbaa52bab23375021855434d96195cadfb Mon Sep 17 00:00:00 2001 From: Boki Date: Thu, 19 Jun 2025 21:37:38 -0400 Subject: [PATCH] small fix --- libs/shutdown/src/shutdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/shutdown/src/shutdown.ts b/libs/shutdown/src/shutdown.ts index 0106f1d..e8ffdbc 100644 --- a/libs/shutdown/src/shutdown.ts +++ b/libs/shutdown/src/shutdown.ts @@ -79,7 +79,7 @@ export class Shutdown { /** * Initiate graceful shutdown */ - async shutdown(signal?: string): Promise { + async shutdown(_signal?: string): Promise { if (this.isShuttingDown) { return { success: false,