mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
reverte undefined
This commit is contained in:
@@ -2432,7 +2432,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
}
|
||||
}
|
||||
|
||||
const linkPreview = options?.linkPreview !== false;
|
||||
const linkPreview = options?.linkPreview != false ? undefined : false;
|
||||
|
||||
let quoted: WAMessage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user