chore: format reply dispatcher
This commit is contained in:
parent
3c22fab679
commit
f11a89031b
1 changed files with 4 additions and 1 deletions
|
|
@ -69,7 +69,10 @@ function normalizeReplyPayloadInternal(
|
||||||
payload: ReplyPayload,
|
payload: ReplyPayload,
|
||||||
opts: Pick<
|
opts: Pick<
|
||||||
ReplyDispatcherOptions,
|
ReplyDispatcherOptions,
|
||||||
"responsePrefix" | "responsePrefixContext" | "responsePrefixContextProvider" | "onHeartbeatStrip"
|
| "responsePrefix"
|
||||||
|
| "responsePrefixContext"
|
||||||
|
| "responsePrefixContextProvider"
|
||||||
|
| "onHeartbeatStrip"
|
||||||
>,
|
>,
|
||||||
): ReplyPayload | null {
|
): ReplyPayload | null {
|
||||||
// Prefer dynamic context provider over static context
|
// Prefer dynamic context provider over static context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue