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

Commit fa8dc28

Browse files
committed
fix: safety commit
1 parent 409b2fb commit fa8dc28

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
@@ -8,7 +8,7 @@ import { waitForRequestResponse } from '../stream/utils'
88
const {
99
SubscribeRequest, UnsubscribeRequest,
1010
ResendLastRequest, ResendFromRequest, ResendRangeRequest,
11-
} = ControlLayer
11+
} = ControlcdLayer
1212

1313
const { MessageRef } = MessageLayer
1414

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

0 commit comments

Comments
 (0)