mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 16:28:37 +01:00
shields update
This commit is contained in:
@@ -55,6 +55,7 @@ export class EmailService {
|
||||
try {
|
||||
await this.apiContacts.createContact({ email });
|
||||
await this.apiContacts.addContactToList(12, { emails: [email] })
|
||||
return true;
|
||||
} catch (ex) {
|
||||
console.error('ERROR ADDING CONTACT', ex);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user