fix(chatwoot): correct chatId extraction for non-group JIDs

This commit is contained in:
Willian Coqueiro
2025-10-14 02:12:15 +00:00
7 changed files with 935 additions and 2105 deletions

View File

@@ -56,7 +56,7 @@
"eslint --fix"
],
"src/**/*.ts": [
"sh -c 'npm run build'"
"sh -c 'tsc --noEmit'"
]
},
"config": {