We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da7c9e commit 6057048Copy full SHA for 6057048
packages/batch/tests/unit/processPartialResponse.test.ts
@@ -39,7 +39,7 @@ describe('Function: processPartialResponse()', () => {
39
const handlerWithSqsEvent = (
40
event: SQSEvent,
41
options: BatchProcessingOptions
42
- ) => {
+ ): Promise<PartialItemFailureResponse> => {
43
const processor = new BatchProcessor(EventType.SQS);
44
45
const handler = async (
0 commit comments