Skip to content

Commit 5d9d203

Browse files
arnabrahmanam29d
andauthored
Update packages/batch/src/processPartialResponse.ts
Co-authored-by: Alexander Schueren <[email protected]>
1 parent d23b178 commit 5d9d203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/batch/src/processPartialResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import type {
7070
* @param event The event object containing the batch of records
7171
* @param recordHandler Async function to process each record from the batch
7272
* @param processor Batch processor instance to handle the batch processing
73-
* @param options Batch processing options, which can vary with chosen batch processor implementation
73+
* @param options Batch processing options, see {{@link BatchProcessingOptions}}
7474
*/
7575
const processPartialResponse = async <T extends BasePartialBatchProcessor>(
7676
event: { Records: BaseRecord[] },

0 commit comments

Comments
 (0)