mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:17:42 +00:00
fix(ci): restore main lint/typecheck after direct merges
This commit is contained in:
@@ -83,9 +83,7 @@ export async function sendMessageWhatsApp(
|
||||
? {
|
||||
...(options.gifPlayback ? { gifPlayback: true } : {}),
|
||||
...(documentFileName ? { fileName: documentFileName } : {}),
|
||||
...(options.linkPreview !== undefined
|
||||
? { linkPreview: options.linkPreview }
|
||||
: {}),
|
||||
...(options.linkPreview !== undefined ? { linkPreview: options.linkPreview } : {}),
|
||||
accountId,
|
||||
}
|
||||
: undefined;
|
||||
|
||||
Reference in New Issue
Block a user