From 5b75e3d61b8d74d843ce8980985e529c3fa3aaf8 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Fri, 13 Feb 2026 11:47:09 -0500 Subject: [PATCH] hide batch action for respondAction Signed-off-by: Lukas Schaefer --- src/files/actions/respondAction.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/files/actions/respondAction.ts b/src/files/actions/respondAction.ts index 6df5a3ba..19f34cb8 100644 --- a/src/files/actions/respondAction.ts +++ b/src/files/actions/respondAction.ts @@ -34,7 +34,4 @@ export const respondAction: IFileAction = { } return null }, - async execBatch() { - return [] - }, }