Skip to content

Commit

Permalink
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Sep 13, 2024
1 parent 00dbeac commit 31e00b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5672,7 +5672,7 @@ export class BaseClient {
*
* @example
* ```typescript
* const result = await client.xautoclaim("myStream", "myGroup", "myConsumer", 42, "0-0", 25);
* const result = await client.xautoclaim("myStream", "myGroup", "myConsumer", 42, "0-0", { count: 25 });
* console.log(result); // Output:
* // [
* // "1609338788321-0", // value to be used as `start` argument
Expand Down

0 comments on commit 31e00b7

Please sign in to comment.