Skip to content

Commit

Permalink
fix fmt for previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 5, 2021
1 parent 0b64ff9 commit b82b35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nats-base-client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export interface JetStreamPublishOptions {
msgID: string;
timeout: number;
ackWait: Nanos;
headers: MsgHdrs
headers: MsgHdrs;
expect: Partial<{
lastMsgID: string;
streamName: string;
Expand Down

0 comments on commit b82b35c

Please sign in to comment.