Skip to content

Commit

Permalink
typed get
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Nov 8, 2024
1 parent 128bf43 commit 59d720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/src/jsm_direct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class DirectStreamAPIImpl extends BaseApiClientImpl

get(
stream: string,
opts: Record<string, unknown>,
opts: DirectBatchOptions | DirectLastFor,
): Promise<QueuedIterator<StoredMsg>> {
validateStreamName(stream);

Expand Down

0 comments on commit 59d720b

Please sign in to comment.