Skip to content

Commit

Permalink
[FIX] [BUILD] tsc issue affecting downstream clients that rely on tsc…
Browse files Browse the repository at this point in the history
… for building.
  • Loading branch information
aricart committed Mar 11, 2024
1 parent 0718202 commit 9bebc90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jetstream/jsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export class DirectStreamAPIImpl extends BaseApiClient
validateStreamName(stream);
const pre = this.opts.apiPrefix || "$JS.API";
const subj = `${pre}.DIRECT.GET.${stream}`;
opts = opts || {};
if (!Array.isArray(opts.multi_last) || opts.multi_last.length === 0) {
return Promise.reject("multi_last is required");
}
Expand Down

0 comments on commit 9bebc90

Please sign in to comment.