mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
ESLINT
This commit is contained in:
@@ -487,8 +487,8 @@ export const generateWAMessageContent = async(
|
||||
m[messageType].contextInfo = m[messageType] || { }
|
||||
m[messageType].contextInfo.mentionedJid = message.mentions
|
||||
}
|
||||
|
||||
if('edit' in message) {
|
||||
|
||||
if('edit' in message) {
|
||||
m = {
|
||||
protocolMessage: {
|
||||
key: message.edit,
|
||||
@@ -496,8 +496,8 @@ export const generateWAMessageContent = async(
|
||||
type: WAProto.Message.ProtocolMessage.Type.MESSAGE_EDIT
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return WAProto.Message.fromObject(m)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user