style: format device-pair qr fallback

This commit is contained in:
Mariano Belinky
2026-02-16 17:17:30 +01:00
parent bbd041dc1e
commit a87eadea19

View File

@@ -457,16 +457,12 @@ export default function register(api: OpenClawPluginApi) {
if (send) {
await send(
target,
[
"Scan this QR code with the OpenClaw iOS app:",
"",
"```",
qrAscii,
"```",
].join("\n"),
["Scan this QR code with the OpenClaw iOS app:", "", "```", qrAscii, "```"].join(
"\n",
),
{
...(ctx.messageThreadId != null ? { messageThreadId: ctx.messageThreadId } : {}),
...(ctx.accountId ? { accountId: ctx.accountId } : {}),
...(ctx.messageThreadId != null ? { messageThreadId: ctx.messageThreadId } : {}),
...(ctx.accountId ? { accountId: ctx.accountId } : {}),
},
);
return {