mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Added mutex + fixed rare duplicate chats bug + fixed connect bug
The mutex will prevent duplicate functions from being called and throwing funky errors.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"experimentalDecorators": true,
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"outDir": "lib",
|
||||
|
||||
Reference in New Issue
Block a user