fix(chatwoot): improve jid normalization and type safety in chatwoot integration

Refactor  to preserve LID identifiers and update  parameter type for better type safety as per code review feedback.
This commit is contained in:
Vitordotpy
2025-11-28 21:28:45 -03:00
parent bee309cd28
commit 250ddd2e89
2 changed files with 2 additions and 2 deletions

View File

@@ -2527,7 +2527,7 @@ export class ChatwootService {
}
}
public getNumberFromRemoteJid(remoteJid: string) {
public normalizeJidIdentifier(remoteJid: string) {
if (!remoteJid) {
return '';
}