This commit is contained in:
the-djmaze 2024-02-06 12:05:30 +01:00
parent e5e6ad8aac
commit 453e9b0f3e

View file

@ -198,7 +198,7 @@ export class ContactModel extends AbstractModel {
* @returns {string}
*/
generateUid() {
return '' + this.id;
return this.id();
}
addEmail() {