mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #1411
This commit is contained in:
parent
e5e6ad8aac
commit
453e9b0f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export class ContactModel extends AbstractModel {
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
generateUid() {
|
generateUid() {
|
||||||
return '' + this.id;
|
return this.id();
|
||||||
}
|
}
|
||||||
|
|
||||||
addEmail() {
|
addEmail() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue