small fix

This commit is contained in:
Boki 2025-06-19 21:37:38 -04:00
parent ef31eba76b
commit 79017ddbaa

View file

@ -79,7 +79,7 @@ export class Shutdown {
/**
* Initiate graceful shutdown
*/
async shutdown(signal?: string): Promise<ShutdownResult> {
async shutdown(_signal?: string): Promise<ShutdownResult> {
if (this.isShuttingDown) {
return {
success: false,