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

Commit e23fa6d

Browse files
authored
Merge pull request #243 from streamr-dev/NET-143
NET-143: Remove references to ResendFromRequest#msgChainId from multiple projects
2 parents c1d72c3 + fae3429 commit e23fa6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/subscribe/api.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function createResendRequest(resendOptions) {
8989
to,
9090
last,
9191
publisherId,
92-
msgChainId,
92+
msgChainId
9393
} = {
9494
...options,
9595
...options.resend
@@ -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)