From f625f326eb4f014ec96f8f7ab7d46a086e2220f1 Mon Sep 17 00:00:00 2001 From: Linxzh Date: Sun, 5 Mar 2023 13:51:08 +0800 Subject: [PATCH] Update src/hooks.ts Co-authored-by: volatile-static <1043064987@qq.com> --- src/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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