mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 12:52:19 -06:00
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:
@@ -2527,7 +2527,7 @@ export class ChatwootService {
|
||||
}
|
||||
}
|
||||
|
||||
public getNumberFromRemoteJid(remoteJid: string) {
|
||||
public normalizeJidIdentifier(remoteJid: string) {
|
||||
if (!remoteJid) {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user