mirror of https://github.com/openclaw/openclaw.git
correct format
This commit is contained in:
parent
a0191426dc
commit
c08e8c0359
|
|
@ -357,7 +357,7 @@ function normalizeHeartbeatReply(
|
|||
ackMaxChars: number,
|
||||
) {
|
||||
const rawText = typeof payload.text === "string" ? payload.text : "";
|
||||
|
||||
|
||||
const prefixPattern = responsePrefix?.trim()
|
||||
? new RegExp(`^${escapeRegExp(responsePrefix.trim())}\\s*`, "i")
|
||||
: null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue