From 773cdc58775506c9adb7b9d9e9cd9dbab886af11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 1 Aug 2024 17:14:15 +0800 Subject: [PATCH] build: test --- src/onebot11/action/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/onebot11/action/index.ts b/src/onebot11/action/index.ts index 051e94db..e8c00c3c 100644 --- a/src/onebot11/action/index.ts +++ b/src/onebot11/action/index.ts @@ -164,7 +164,6 @@ export const actionHandlers = [ new GoCQHTTPUploadPrivateFile(), new TestApi01() ]; - function initActionMap() { const actionMap = new Map>(); for (const action of actionHandlers) {