chore: format reply dispatcher

This commit is contained in:
Peter Steinberger
2026-01-15 05:31:00 +00:00
parent 3c22fab679
commit f11a89031b

View File

@@ -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