diff --git a/src/hooks.ts b/src/hooks.ts index ef7f161..cbd180c 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -91,7 +91,7 @@ function onShutdown(): void { async function onNotify( event: string, type: string, - ids: Array | Array, + ids: Array, extraData: { [key: string]: any } ) { // You can add your code to the corresponding notify type