mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: avoid unhandled promise timeout errors
This commit is contained in:
@@ -221,7 +221,6 @@ export const makeSocket = (config: SocketConfig) => {
|
|||||||
await sendNode(node)
|
await sendNode(node)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
if('tag' in result) {
|
if('tag' in result) {
|
||||||
assertNodeErrorFree(result)
|
assertNodeErrorFree(result)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user