Fixed Codacy
This commit is contained in:
parent
67021b451e
commit
42732aeb3e
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ $.extend(frappe.user, {
|
|||
},
|
||||
|
||||
get_emails: ( ) => {
|
||||
return Object.keys(frappe.boot.user_info).map(key => frappe.boot.user_info[key].email)
|
||||
return Object.keys(frappe.boot.user_info).map(key => frappe.boot.user_info[key].email);
|
||||
},
|
||||
|
||||
/* Normally frappe.user is an object
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue