mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
fix: Adjusts in createJid
This commit is contained in:
parent
3ca8ab12a4
commit
f35b62ed12
@ -1481,8 +1481,8 @@ export class WAStartupService {
|
||||
}
|
||||
|
||||
number = number
|
||||
?.split(":")[0]
|
||||
?.split("@")[0]
|
||||
?.split(':')[0]
|
||||
?.split('@')[0]
|
||||
?.replace(' ', '')
|
||||
?.replace('+', '')
|
||||
?.replace('(', '')
|
||||
|
Loading…
Reference in New Issue
Block a user