We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb1ee0 commit 7439d24Copy full SHA for 7439d24
src/whatsapp/services/whatsapp.service.ts
@@ -3181,7 +3181,7 @@ export class WAStartupService {
3181
const query: ContactQuery = {
3182
where: {
3183
owner: this.instance.name,
3184
- id: user.jid.startsWith('+') ? user.jid.substring(1) : user.jid;,
+ id: user.jid.startsWith('+') ? user.jid.substring(1) : user.jid,
3185
},
3186
};
3187
const contacts: ContactRaw[] = await this.repository.contact.find(query);
0 commit comments