fix(web): use heartbeat inbound msg for delivery
parent
b2378c01ea
commit
694a10f604
|
|
@ -1321,7 +1321,7 @@ export async function monitorWebProvider(
|
||||||
|
|
||||||
await deliverWebReply({
|
await deliverWebReply({
|
||||||
replyResult: cleanedReply,
|
replyResult: cleanedReply,
|
||||||
msg: lastInboundMsg,
|
msg: heartbeatInboundMsg,
|
||||||
maxMediaBytes,
|
maxMediaBytes,
|
||||||
replyLogger,
|
replyLogger,
|
||||||
runtime,
|
runtime,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue