Skip to content

Commit 6057048

Browse files
committed
chore: add return type
1 parent 2da7c9e commit 6057048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/batch/tests/unit/processPartialResponse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Function: processPartialResponse()', () => {
3939
const handlerWithSqsEvent = (
4040
event: SQSEvent,
4141
options: BatchProcessingOptions
42-
) => {
42+
): Promise<PartialItemFailureResponse> => {
4343
const processor = new BatchProcessor(EventType.SQS);
4444

4545
const handler = async (

0 commit comments

Comments
 (0)