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 [] - }, }