build: test

This commit is contained in:
手瓜一十雪 2024-08-01 17:14:15 +08:00
parent 361a7329d7
commit 773cdc5877

View File

@ -164,7 +164,6 @@ export const actionHandlers = [
new GoCQHTTPUploadPrivateFile(),
new TestApi01()
];
function initActionMap() {
const actionMap = new Map<string, BaseAction<any, any>>();
for (const action of actionHandlers) {