mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: lint
This commit is contained in:
@@ -358,7 +358,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
|||||||
'failure in decrypting message'
|
'failure in decrypting message'
|
||||||
)
|
)
|
||||||
retryMutex.mutex(
|
retryMutex.mutex(
|
||||||
async () => await sendRetryRequest(stanza)
|
async() => await sendRetryRequest(stanza)
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
await sendMessageAck(stanza, { class: 'receipt' })
|
await sendMessageAck(stanza, { class: 'receipt' })
|
||||||
|
|||||||
Reference in New Issue
Block a user