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

Commit fae3429

Browse files
committed
fix: test?
1 parent 1186507 commit fae3429

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/subscribe/api.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { waitForRequestResponse } from '../stream/utils'
88
const {
99
SubscribeRequest, UnsubscribeRequest,
1010
ResendLastRequest, ResendFromRequest, ResendRangeRequest,
11-
} = ControlcdLayer
11+
} = ControlLayer
1212

1313
const { MessageRef } = MessageLayer
1414

@@ -88,7 +88,8 @@ function createResendRequest(resendOptions) {
8888
from,
8989
to,
9090
last,
91-
publisherId
91+
publisherId,
92+
msgChainId
9293
} = {
9394
...options,
9495
...options.resend

0 commit comments

Comments
 (0)