chore: lint

This commit is contained in:
Adhiraj Singh
2022-02-08 11:02:19 +05:30
parent 6f9a5f8f2f
commit 73527ff5dd

View File

@@ -358,7 +358,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
'failure in decrypting message'
)
retryMutex.mutex(
async () => await sendRetryRequest(stanza)
async() => await sendRetryRequest(stanza)
)
} else {
await sendMessageAck(stanza, { class: 'receipt' })