Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit de5d4ac

Browse files
bearni95timoxley
authored andcommitted
fix: small change
1 parent 8f4a3de commit de5d4ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/subscribe/api.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ function createResendRequest(resendOptions) {
113113
request = new ResendFromRequest({
114114
...commonOpts,
115115
fromMsgRef: new MessageRef(from.timestamp, from.sequenceNumber),
116-
publisherId,
117-
msgChainId,
116+
publisherId
118117
})
119118
} else if (from && to) {
120119
request = new ResendRangeRequest({

0 commit comments

Comments
 (0)