Skip to content

Commit 87146c1

Browse files
Striftmdubus
andauthored
Update src/batch.ts
Co-authored-by: Morgane Dubus <[email protected]>
1 parent a023721 commit 87146c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/batch.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ class BatchClient {
4545
}
4646

4747
/**
48-
* Get tasks
48+
* Get batches
4949
*
50-
* @param parameters - Parameters to browse the tasks
51-
* @returns Promise containing all tasks
50+
* @param parameters - Parameters to browse the batches
51+
* @returns Promise containing all batches
5252
*/
5353
async getBatches(parameters: BatchesQuery = {}): Promise<BatchesResults> {
5454
const url = `batches`;

0 commit comments

Comments
 (0)