Spaces:
Runtime error
Runtime error
| export function isJidCusFormat(jid: string): boolean { | |
| return jid?.endsWith('@c.us'); | |
| } | |
| export function isJidCusFormat(jid: string): boolean { | |
| return jid?.endsWith('@c.us'); | |
| } | |