mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-14 04:19:34 -06:00
style: clean up code formatting for linkPreview implementation
- Remove unnecessary trailing whitespace - Use shorthand property syntax for linkPreview parameter - Apply ESLint formatting standards - Maintain code consistency and readability
This commit is contained in:
parent
1be58c8487
commit
4f13a8ac28
@ -152,7 +152,7 @@ export class EvolutionBotService extends BaseChatbotService<EvolutionBot, Evolut
|
|||||||
number: remoteJid.split('@')[0],
|
number: remoteJid.split('@')[0],
|
||||||
delay: settings?.delayMessage || 1000,
|
delay: settings?.delayMessage || 1000,
|
||||||
text: message,
|
text: message,
|
||||||
linkPreview: linkPreview, // Always boolean, defaults to true
|
linkPreview, // Always boolean, defaults to true
|
||||||
},
|
},
|
||||||
false,
|
false,
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user