chore: format reply dispatcher
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user